You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
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
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