File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
//
27
27
// Using workload identity federation, your application can access Google Cloud
28
28
// 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 .
30
30
// Traditionally, applications running outside Google Cloud have used service
31
31
// account keys to access Google Cloud resources. Using identity federation,
32
32
// you can allow your workload to impersonate a service account.
36
36
// Follow the detailed instructions on how to configure Workload Identity Federation
37
37
// in various platforms:
38
38
//
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
43
43
//
44
44
// For OIDC and SAML providers, the library can retrieve tokens in three ways:
45
45
// from a local file location (file-sourced credentials), from a server
You can’t perform that action at this time.
0 commit comments