We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12ca2b commit e7cc539Copy full SHA for e7cc539
README.md
@@ -101,6 +101,14 @@ Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable with a path to the
101
102
More info: https://cloud.google.com/docs/authentication/production
103
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
112
# Configuring the queue
113
114
When you first create a queue using `gcloud tasks queues create`, the default settings will look something like this:
0 commit comments