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
The server is not aborting the write transaction when PUT /v1/policies fails due to an malformed or empty policy. The server is then unable to process further policy updates because of the open write transaction.
The server was leaking the write transaction when parsing failed which
caused subsequent updates to block. In future we should refactor the
handler implementations to avoid having to manually abort on each
error path.
Fixesopen-policy-agent#1478
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The server was leaking the write transaction when parsing failed which
caused subsequent updates to block. In future we should refactor the
handler implementations to avoid having to manually abort on each
error path.
Fixes#1478
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The server is not aborting the write transaction when PUT /v1/policies fails due to an malformed or empty policy. The server is then unable to process further policy updates because of the open write transaction.
This is causing open-policy-agent/kube-mgmt#41.
EDIT: This will get fixed in the next day and we'll cut a v0.11.1 release containing the fix.
The text was updated successfully, but these errors were encountered: