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

support: ability to clear/invalidate auth webhook cache via API #10160

Open
meetzaveri opened this issue Mar 8, 2024 · 0 comments
Open

support: ability to clear/invalidate auth webhook cache via API #10160

meetzaveri opened this issue Mar 8, 2024 · 0 comments
Labels
k/enhancement New feature or improve an existing feature

Comments

@meetzaveri
Copy link
Member

Is your proposal related to a problem?

In auth webhook caching, there is often case where we need to invalidate the cache to have new requests getting updated roles.

Currently, there is no support or API to clear the auth webhook cache. It would be nice feature to have for auth webhook caching.

Describe the solution you'd like

Just like we have API for clearing the cache (general caching), we can have API for clearing/invalidating the auth webhook cache.

Describe alternatives you've considered

There isn't any other way to invalidate auth webhook cache apart from using Cache-Control or Expires headers.

@meetzaveri meetzaveri added the k/enhancement New feature or improve an existing feature label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant