Skip to content

Commit 195b28a

Browse files
committed
Add info section about authentication
1 parent 9ff06b0 commit 195b28a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Please check the table below on what the values mean and what their value should
8585
|`STACKKIT_CLOUD_TASKS_QUEUE`|The queue a job will be added to|`emails`
8686
|`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`
8787

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+
8894
# Configuring the queue
8995

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

0 commit comments

Comments
 (0)