-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
120 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters