Dynamically construct jwk_set_url by using kid as part of the URL
#44196
Closed
anilmujagic
announced in
General
Replies: 2 comments 2 replies
-
|
Any update on this? Did you able to find the way. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hello, as you may have heard, we are transitioning away from using discussions to discuss feature requests. Due to the age and number of responses to this discussion, we are deciding to close it. If this is something you would like to see in Grafana, feel free to open an issue so the discussion can continue. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Grafana behind AWS load-balancer, which is responsible for authentication and is then providing a JWT in the request header to Grafana. However, I can't configure the JWT auth due to Grafana requiring statically configured
jwk_set_url, which is not possible in this case, since AWS load-balancer has a different URL for each key, as explained in the documentation.Would it be possible to enable specifying a placeholder in the
jwk_set_url, which will be replaced bykidor even any other part of the JWT. For example:Beta Was this translation helpful? Give feedback.
All reactions