You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve workspace name before PATCH masking_rule
The policy API uses the resource string as an exact-match filter, so
"workspaces/-" does not resolve to the current workspace for policy
endpoints (only GetWorkspace has dash-expansion). Without this, the
PATCH silently creates an orphan policy with resource="workspaces/-"
instead of updating the real workspace policy.
Fetch the real workspace name via GET /workspaces/- first, then use
it in the PATCH URL.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments