We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50b58c6 + 8e7a639 commit fb1c44bCopy full SHA for fb1c44b
deploy/setup-project.sh
@@ -13,5 +13,4 @@ gcloud iam service-accounts delete "${IAM_NAME}" --quiet
13
# Create new Service Account and Keys
14
gcloud iam service-accounts create "${GCEPD_SA_NAME}"
15
gcloud iam service-accounts keys create "${SA_FILE}" --iam-account "${IAM_NAME}"
16
-# TODO: Reduce scope of role to only what it necessary when cloud IAM fixes bugs.
17
-gcloud projects add-iam-policy-binding "${PROJECT}" --member serviceAccount:"${IAM_NAME}" --role roles/owner
+gcloud projects add-iam-policy-binding "${PROJECT}" --member serviceAccount:"${IAM_NAME}" --role roles/compute.storageAdmin
0 commit comments