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: authorizeBasic must match unconstrained policies
A permit(principal, action, resource) policy with no == constraints
should match all requests (Cedar semantics). The string-match fallback
was only matching policies containing the exact resource ID string,
causing permit-all to never match.
0 commit comments