GoogleCloudPlatform / GoogleCloudPlatform/gsutil
`iam ch -d` is case sensitive
Open
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
Context: This StackOverflow question:
https://stackoverflow.com/questions/45591515/disable-the-public-read-permission-to-allusers-gcp
The user tried removing `allUsers` from their bucket's iam bindings by executing gsutil iam ch -d AllUsers gs://bucket , which throws an error, while gsutil iam ch -d allUsers gs://bucket works.
Contributor guide
Assessment
This issue has not been assessed yet.