Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evict all authorizations on rule events and do not cache authroizations with no matching rules #61

Commits on Apr 3, 2024

  1. Evict all authorizations on rule events and do not cache authroizatio…

    …ns with no matching rules
    
    Caching authrization responses with no matching rules results in cached
    entries not being evicted when the request starts matching a rule.
    
    In any case, evict all authorizations upon rule events because the
    affected rule ids held in AccessInfo is not enough to cherry pick which
    ones to evict. A rule change may change the affected rules.
    groldan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aae26e9 View commit details
    Browse the repository at this point in the history