Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Add cachable authorizer to elimate duplicate rbac calls #6107

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

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Feb 8, 2023

Cache is context bound, so only prevents duplicate rbac calls in the same request context.

This is an optimization for #5919. This PR is not needed until that is merged in.

Emyrk added 3 commits February 8, 2023 09:54
Cache is context bound, so only prevents duplicate rbac calls in
the same request context.
@Emyrk Emyrk merged commit e6da7af into main Feb 10, 2023
@Emyrk Emyrk deleted the stevenmasley/rbac_authz_cache branch February 10, 2023 02:14
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants