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)
Request for new functionality
View staffing
Description
Cloud Functions utilizes Cloud Build to deploy. When disabling the Compute Engine default service account, unable to deploy the functions.
The cause is that Cloud Build uses the Compute Engine default service account and documentation [1] does not specify how to resolve in a scenario where the default service account is disabled.
Please clarify the documentation [1] to have a scenario when the Compute Engine default service account is disabled and to specify using a custom service account for Cloud Build [2] to resolve the issue.
[1]
[2]
What you expected to happen:
Able to deploy Cloud Functions
Steps to reproduce:
- Disable Compute Engine service account
- Create Cloud Functions using `gcloud functions deploy` command.