Skip to content

Commit 91201f7

Browse files
chore: Migrate gsutil usage to gcloud storage (#881)
1 parent 1ae7b4d commit 91201f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ngauth_server/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ following permissions:
7777
is via the `roles/storage.objectViewer` and `roles/iam.securityReviewer` roles:
7878

7979
```shell
80-
gsutil iam ch serviceAccount:NGAUTH_PROJECT_ID@appspot.gserviceaccount.com:roles/storage.objectViewer,roles/iam.securityReviewer gs://YOUR_BUCKET
80+
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
8182
```
8283

8384
The `roles/storage.objectViewer` role grants read and list access to the bucket and the

0 commit comments

Comments
 (0)