Skip to content

Commit 490d083

Browse files
committed
Update docs
Fixes GH-149
1 parent e8ced9e commit 490d083

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,21 @@ for more information.
105105

106106
There are a few ways to authenticate this action. The caller must have the following [Google Cloud IAM Roles](https://cloud.google.com/appengine/docs/standard/python/roles#predefined_roles):
107107

108-
- App Engine Admin (`roles/appengine.appAdmin`): can manage all App Engine
109-
resources
110-
- Service Account User (`roles/iam.serviceAccountUser`): to deploy as the
111-
service account
112-
- Storage Admin (`roles/compute.storageAdmin`): to upload files
113-
- Cloud Build Editor (`roles/cloudbuild.builds.editor`): to build the
114-
application
115-
- _(optional)_ Cloud Scheduler Admin (`roles/cloudscheduler.admin`): to
108+
- App Engine Admin (`roles/appengine.appAdmin`) to manage all App Engine
109+
resources and create new services and versions.
110+
111+
- Storage Admin (`roles/storage.admin`) to upload files to Cloud Storage to
112+
store source artifacts.
113+
114+
- Cloud Build Editor (`roles/cloudbuild.builds.editor`) to build the
115+
service.
116+
117+
- Service Account User (`roles/iam.serviceAccountUser`) permissions on the
118+
runtime service account to deploy the service. The default runtime service
119+
account is `[email protected]`, but you can also
120+
customize the service account in your app.yaml file.
121+
122+
- _(optional)_ Cloud Scheduler Admin (`roles/cloudscheduler.admin`) to
116123
schedule tasks
117124

118125
*Note:* An owner will be needed to create the App Engine application.

0 commit comments

Comments
 (0)