Add second authenticated jwks uri (kubernetes) #1051
-
I have an authenticated Now this endpoint should be extended to also allow service account tokens from kubernetes as well. First question: Can multiple
Is there any other way to do this? Second question: The endpoint for verifying keys in kubernetes is protected for some reason. The service account token can be used for authentication as bearer token, which is located at
I see the
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
mod_oauth2 can be configured with multiple jwks_uri's and seems a better fit for your use case |
Beta Was this translation helpful? Give feedback.
-
I was able to work around the issues, by writing the key to a file in the required format for the
and including that in my config, using the
|
Beta Was this translation helpful? Give feedback.
mod_oauth2 can be configured with multiple jwks_uri's and seems a better fit for your use case