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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Encode the governed-tag key as a single path segment when it is sent as a URL path parameter, so hierarchical keys containing / route correctly instead of being split into extra path segments and resolving to no endpoint (404 / ENDPOINT_NOT_FOUND). Affects GetTagPolicy/DeleteTagPolicy/UpdateTagPolicy (tags.TagPoliciesAPI), GetTagAssignment/DeleteTagAssignment/UpdateTagAssignment (tags.WorkspaceEntityTagAssignmentsAPI), and Get/Delete/Update (catalog.EntityTagAssignmentsAPI).