Skip to content

Commit 799225e

Browse files
authored
added needed permissions to Disk Image Builder ReadMe (#894)
added needed permissions to docs
1 parent 8a58852 commit 799225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gke-disk-image-builder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ examples below to understand how this tool work better.
2424
1. Compute Engine API must be enabled.
2525
(https://console.developers.google.com/apis/api/compute.googleapis.com/overview?project=$PROJECT_NAME)
2626
1. Verify that `[email protected]` has
27-
`storage.objectCreator` permissions to the provided *GCS path* for the logs.
27+
`storage.objectCreator` and `storage.objectViewer` permissions to the provided *GCS path* for the logs.
2828
You can run the following command to grant proper permissions for this:
2929

3030
```shell

0 commit comments

Comments
 (0)