Skip to content

docs: add Cloud Build permissions to Cloud Run deployment prerequisites#1703

Merged
joefernandez merged 4 commits into
google:mainfrom
sergiov8:patch-cloud-run-docs
May 4, 2026
Merged

docs: add Cloud Build permissions to Cloud Run deployment prerequisites#1703
joefernandez merged 4 commits into
google:mainfrom
sergiov8:patch-cloud-run-docs

Conversation

@sergiov8

Copy link
Copy Markdown
Contributor

Summary

This PR adds a new section to the Cloud Run deployment prerequisites guide (docs/deploy/cloud-run.md) to explicitly document that the default compute service account must be granted Cloud Build permission to use the ADK CLI deployment feature (adk deploy).

Rationale

Because the adk deploy command triggers Google Cloud Build to automate the build process, the default compute service account ([PROJECT_NUMBER]-compute@developer.gserviceaccount.com) requires the roles/cloudbuild.builds.builder IAM role. Documenting this prevents deployment failures and 403 errors during initial setup.

Changes

  • Added a Cloud Build Permissions section to the prerequisites.
  • Provided the specific gcloud projects add-iam-policy-binding command to easily grant the role.

Related Issue

Resolves b/491498903

@netlify

netlify Bot commented Apr 29, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 1a611b0
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69f913fce25af50008eda810
😎 Deploy Preview https://deploy-preview-1703--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@joefernandez joefernandez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a language clarity update

@joefernandez joefernandez enabled auto-merge (squash) May 4, 2026 21:47
@joefernandez joefernandez merged commit 58a51b7 into google:main May 4, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants