Conversation
… get, etc.) - Add gsutil to default TOML configs in Cloud & CI/CD category - Allow read-only commands: ls, cat, stat, du, hash, version, help - Allow read-only subcommands: acl/cors/defacl/iam/label/lifecycle/ logging/pap/requesterpays/retention/versioning/web get, notification list - Block all write operations: cp, mv, rm, mb, rb, rsync, setmeta, compose, rewrite, config, signurl, and write subcommands (set/ch/rm) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gsutilto default TOML configs (Cloud & CI/CD category, alongside gcloud/pulumi)ls,cat,stat,du,hash,version,helpacl get,cors get,defacl get,iam get,label get,lifecycle get,logging get,notification list,pap get,requesterpays get,retention get,versioning get,web getcp,mv,rm,mb,rb,rsync,setmeta,compose,rewrite,config,signurlTest plan
make testpassesagent-callable --audit gsutil ls gs://bucket→ allowedagent-callable --audit gsutil cat gs://bucket/file→ allowedagent-callable --audit gsutil acl get gs://bucket→ allowedagent-callable --audit gsutil cp file gs://bucket/→ blockedagent-callable --audit gsutil acl set public gs://bucket→ blockedagent-callable --audit gsutil rm gs://bucket/file→ blocked🤖 Generated with Claude Code