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

Cache JWKS #10

Open
dallagi opened this issue Apr 2, 2021 · 0 comments
Open

Cache JWKS #10

dallagi opened this issue Apr 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dallagi
Copy link
Member

dallagi commented Apr 2, 2021

The refresh of JWKSs is currently done by always fetching the JWKS from Auth0.
We should evaluate whether to place some caching mechanism, as we did for the tokens fetched from Auth0.

This would allow us to keep working (especially for deploys/scaling) even if Auth0 was down.
On the down side it would add some delay to the propagation of new JWKS.

So far we decided this was not a high priority issue, as JWKS are probably served by a CDN, hence the danger of prolonged downtime should be limited.

@dallagi dallagi added the enhancement New feature or request label Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant