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

Metadata caching #21

Closed
guicassolato opened this issue Dec 22, 2020 · 0 comments · Fixed by #239
Closed

Metadata caching #21

guicassolato opened this issue Dec 22, 2020 · 0 comments · Fixed by #239
Labels
kind/enhancement New feature or request

Comments

@guicassolato
Copy link
Collaborator

Authorino will currently always perform requests to external authorization metadata sources even when the same metadata is requested multiple times. Perhaps with some proper configuration options provided, it could cache the metadata response and speed up this step of the pipeline.

A minimal implementation of this would include:

  • Enabled/disabled switch
  • TTL of the cache keys
  • Some criteria to define what's a "repeated" request to a metadata source
@guicassolato guicassolato added the kind/enhancement New feature or request label Mar 2, 2021
@guicassolato guicassolato moved this to Todo in Kuadrant Mar 31, 2022
@guicassolato guicassolato moved this from Todo to In Progress in Kuadrant Mar 31, 2022
@guicassolato guicassolato mentioned this issue Apr 5, 2022
2 tasks
Repository owner moved this from In Progress to Done in Kuadrant Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant