Skip to content

Commit 2f87bfd

Browse files
Update docs/ce/gcp/federated-oidc-access.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 11bbce9 commit 2f87bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ce/gcp/federated-oidc-access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gcloud iam workload-identity-pools create github-wif-pool --location="global" --
1818
A Workload Identity Provider links an external identity like GitHub with your Google Cloud account. This lets IAM use tokens from external providers to authorize access to Google Cloud resources.
1919

2020
```
21-
gcloud iam workload-identity-pools providers create-oidc GitHubwif \
21+
gcloud iam workload-identity-pools providers create-oidc githubwif \
2222
--location="global" --workload-identity-pool="github-wif-pool" \
2323
--issuer-uri="https://token.actions.githubusercontent.com" \
2424
--attribute-mapping="attribute.actor=assertion.actor,google.subject=assertion.sub,attribute.repository=assertion.repository" \

0 commit comments

Comments
 (0)