Skip to content

Commit af28808

Browse files
committed
addressing review
1 parent 0560e50 commit af28808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google/doc.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//
2727
// Using workload identity federation, your application can access Google Cloud
2828
// resources from Amazon Web Services (AWS), Microsoft Azure or any identity
29-
// provider that supports OpenID Connect (OIDC).
29+
// provider that supports OpenID Connect (OIDC) or SAML 2.0.
3030
// Traditionally, applications running outside Google Cloud have used service
3131
// account keys to access Google Cloud resources. Using identity federation,
3232
// you can allow your workload to impersonate a service account.
@@ -36,10 +36,10 @@
3636
// Follow the detailed instructions on how to configure Workload Identity Federation
3737
// in various platforms:
3838
//
39-
// Amazon Web Services (AWS): https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws
40-
// Microsoft Azure: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#azure
41-
// OIDC identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#oidc
42-
// SAML identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#saml
39+
// Amazon Web Services (AWS): https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws
40+
// Microsoft Azure: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#azure
41+
// OIDC identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#oidc
42+
// SAML 2.0 identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#saml
4343
//
4444
// For OIDC and SAML providers, the library can retrieve tokens in three ways:
4545
// from a local file location (file-sourced credentials), from a server

0 commit comments

Comments
 (0)