-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
https://codelabs.developers.google.com/codelabs/cloud-deploy-website-on-gke#4
cd ~/monolith-to-microservices/monolith
gcloud builds submit --tag gcr.io/${GOOGLE_CLOUD_PROJECT}/monolith:1.0.0 .
ERROR: (gcloud.builds.submit) PERMISSION_DENIED: The caller does not have permission. This command is authenticated as xxx@xxx which is the active account specified by the [core/account] property
Fixed with giving service account it uses an "owner" but that's a hack - there should be a point for granting required permission or it's misconfigured in GCP by default
Metadata
Metadata
Assignees
Labels
No labels