You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,12 @@ Please check the table below on what the values mean and what their value should
85
85
|`STACKKIT_CLOUD_TASKS_QUEUE`|The queue a job will be added to|`emails`
86
86
|`STACKKIT_CLOUD_TASKS_SERVICE_EMAIL`|The email address of the AppEngine service account. Important, it should have the *Cloud Tasks Enqueuer* role. This is used for securing the handler.|`my-service-account@appspot.gserviceaccount.com`
87
87
88
+
# Authentication
89
+
90
+
Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable with a path to the credentials file.
91
+
92
+
More info: https://cloud.google.com/docs/authentication/production
93
+
88
94
# Configuring the queue
89
95
90
96
When you first create a queue using `gcloud tasks queues create`, the default settings will look something like this:
0 commit comments