Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Cloud Task Deleter role to readme #45

Merged
merged 1 commit into from
Mar 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ More info: https://cloud.google.com/docs/authentication/production

## Service Account Roles

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:
If you're not using your master service account (which has all abilities), you must add the following roles to make it works:
1. App Engine Viewer
2. Cloud Tasks Enqueuer
3. Cloud Tasks Viewer
4. Service Account User
4. Cloud Tasks Task Deleter
5. Service Account User

# Configuring the queue

Expand Down