Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Passing in a --build-service-account to override the Compute Engine default service account results in the following error regardless of permissions granted:
I am trying to follow the Quickstart: Build and deploy a Python web app to Cloud Run guide so the container in question is the copy/pasted Flask server in those docs.
CLI command failing:
The service account I'm testing has the following (absurd) list of IAM permissions:
Additionally, the docs fail to mention the required format for the Service Accounts. just passing in the service account email will result in a regex match error.