-
Notifications
You must be signed in to change notification settings - Fork 129
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
file:
prefix is not working for static jwks configurations
#1635
Conversation
file:
prefix is not working for static jwks configurations
Here is the issue for the ReadTimeout #1633 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. Can you add a test?
@sdelamo It's my first time working with groovy. I looked at other tests to see what I could do. Those tests are far from perfect but it's better than nothing at all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution
Fix for #1634
We found this bug while setting a static Jwks as a workaround of a possible bug regarding a ReadTimeout that could occur when fetching a Jwks from an url.
We are still investigating the cause of the ReadTimeout and haven't opened an issue since it could be caused by our custom JWT validator. Maybe this will ring a bell as it began when we updated to micronaut 4.3.1 and is still occuring in 4.3.4.