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.
Fixed
Atomic group update + pause.update_user_group_with_pause runs
group update and rule re-evaluation in a single transaction. On pause
failure, the group update is rolled back so the authorization state is
NOT partially changed. Previously, a pause failure returned 500 but left
the authorization change already written, causing some rules to continue
forwarding with elevated access.