Skip to content

Commit

Permalink
Fix Workload Identity service-account name (#2828)
Browse files Browse the repository at this point in the history
We were still using an old name.
  • Loading branch information
justinsb committed Feb 24, 2022
1 parent 3a6e5c5 commit 9ced0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porch/docs/running-on-gke.md
Expand Up @@ -25,7 +25,7 @@ gcloud projects add-iam-policy-binding ${GCP_PROJECT_ID} \
--role "roles/artifactregistry.repoAdmin"
gcloud iam service-accounts add-iam-policy-binding porch-server@${GCP_PROJECT_ID}.iam.gserviceaccount.com \
--role roles/iam.workloadIdentityUser \
--member "serviceAccount:${GCP_PROJECT_ID}.svc.id.goog[porch-system/apiserver]"
--member "serviceAccount:${GCP_PROJECT_ID}.svc.id.goog[porch-system/porch-server]"
gcloud projects add-iam-policy-binding ${GCP_PROJECT_ID} \
--member "serviceAccount:porch-sync@${GCP_PROJECT_ID}.iam.gserviceaccount.com" \
Expand Down

0 comments on commit 9ced0ea

Please sign in to comment.