There was an error while loading. Please reload this page.
1 parent 1ae7b4d commit 91201f7Copy full SHA for 91201f7
1 file changed
ngauth_server/README.md
@@ -77,7 +77,8 @@ following permissions:
77
is via the `roles/storage.objectViewer` and `roles/iam.securityReviewer` roles:
78
79
```shell
80
- gsutil iam ch serviceAccount:NGAUTH_PROJECT_ID@appspot.gserviceaccount.com:roles/storage.objectViewer,roles/iam.securityReviewer gs://YOUR_BUCKET
+ gcloud storage buckets add-iam-policy-binding gs://YOUR_BUCKET --member=serviceAccount:NGAUTH_PROJECT_ID@appspot.gserviceaccount.com --role=roles/storage.objectViewer
81
+ gcloud storage buckets add-iam-policy-binding gs://YOUR_BUCKET --member=serviceAccount:NGAUTH_PROJECT_ID@appspot.gserviceaccount.com --role=roles/iam.securityReviewer
82
```
83
84
The `roles/storage.objectViewer` role grants read and list access to the bucket and the
0 commit comments