Skip to content

Commit e7cc539

Browse files
committed
Add list of the minimum required service account role
1 parent c12ca2b commit e7cc539

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable with a path to the
101101

102102
More info: https://cloud.google.com/docs/authentication/production
103103

104+
## Service Account Roles
105+
106+
If you're not using your master service account (which have all of the abilities), you must add the following roles to make it works:
107+
1. App Engine Viewer
108+
2. Cloud Tasks Enqueuer
109+
3. Cloud Tasks Viewer
110+
4. Service Account User
111+
104112
# Configuring the queue
105113

106114
When you first create a queue using `gcloud tasks queues create`, the default settings will look something like this:

0 commit comments

Comments
 (0)