Skip to content

Commit

Permalink
added needed permissions to Disk Image Builder ReadMe (#894)
Browse files Browse the repository at this point in the history
added needed permissions to docs
  • Loading branch information
Edwinhr716 authored Nov 25, 2024
1 parent 8a58852 commit 799225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gke-disk-image-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ examples below to understand how this tool work better.
1. Compute Engine API must be enabled.
(https://console.developers.google.com/apis/api/compute.googleapis.com/overview?project=$PROJECT_NAME)
1. Verify that `$PROJECT_NUMBER-compute@developer.gserviceaccount.com` has
`storage.objectCreator` permissions to the provided *GCS path* for the logs.
`storage.objectCreator` and `storage.objectViewer` permissions to the provided *GCS path* for the logs.
You can run the following command to grant proper permissions for this:

```shell
Expand Down

0 comments on commit 799225e

Please sign in to comment.