Skip to content

fix: Correctly override policies on PUT requests - #96

Merged
joachimvh merged 1 commit into
mainfrom
fix/put-policy
Aug 5, 2026
Merged

fix: Correctly override policies on PUT requests#96
joachimvh merged 1 commit into
mainfrom
fix/put-policy

Conversation

@joachimvh

Copy link
Copy Markdown
Contributor

There is an issue where a PUT request did not correctly replace a previous policy. This is caused by the delete part of the operation not catching all matching triples, such as the constraints. This is a hacky solution to fix the delete part, by using the GET operation to first get the full policy that needs to be removed.

@joachimvh
joachimvh merged commit c543e8c into main Aug 5, 2026
6 checks passed
@joachimvh
joachimvh deleted the fix/put-policy branch August 5, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant