Merge pull request #71 from gjgd/issue-62-missing-permission

Add missing permission for cloud run build
This commit is contained in:
Seth Vargo 2020-03-16 11:14:27 -04:00 committed by GitHub
commit f9d506d95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ For pushes to the _default_ branch, `master`, the workflow will:
* `Viewer - roles/viewer`: allows for viewing the project (needed for Storage access)
* `Cloud Build Service Account - roles/cloudbuild.builds.builder`: allows for
running and manipulating Cloud Build and Storage resources
* `Cloud Build Editor - roles/cloudbuild.builds.editor`: allows for deploying cloud builds
* `Service Account User - roles/iam.serviceAccountUser`: actAs requirement
1. Enable the [Cloud Run API and Cloud Build API.](https://console.cloud.google.com/flows/enableapi?apiid=cloudbuild.googleapis.com,run.googleapis.com&redirect=https://console.cloud.google.com&_ga=2.248833607.-1346582427.1578963531).