You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've introduced smallrye-jwt into my application and faced an SSL issue when the first request hit the secured endpoint.
So I'm guessing fetching JWKS from a remote location is lazy. Fine.
Is this put in a cache though ? I'm really concerned about this, since it could really slow down the incoming traffic dramatically, or even fail if JWKS endpoint is down for a moment.
Hello and thank you for your work.
I've introduced smallrye-jwt into my application and faced an SSL issue when the first request hit the secured endpoint.
So I'm guessing fetching JWKS from a remote location is lazy. Fine.
Is this put in a cache though ? I'm really concerned about this, since it could really slow down the incoming traffic dramatically, or even fail if JWKS endpoint is down for a moment.
I tried to look here but I'm not 100% sure.
Could you please confirm and close this issue/question if you have a few minutes? That'd be really helpful.
Thank you.
The text was updated successfully, but these errors were encountered: