Skip to content

Instantly share code, notes, and snippets.

@so-jelly
Created March 3, 2023 01:20
Show Gist options
  • Save so-jelly/951dbbbbb1a915d4b5bb202baeaebfaa to your computer and use it in GitHub Desktop.
Save so-jelly/951dbbbbb1a915d4b5bb202baeaebfaa to your computer and use it in GitHub Desktop.
gsutil
BUCKET=foo-bucket
USER=name@domain.com
gsutil iam get gs://$BUCKET |
jq -r '.bindings |
map(select(any(
.members[]; contains("user:'$USER'")))
|.role)[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment