JWT plugin supports /.well-known/jwks.json endpoint #7784
ozooxo
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
Is there any update/plugin related to this topic? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the JWT plugin supports a
rsa_public_key
input attribute for RS256 algorithm. In practice, we'll need to create a Kubernetes opaque secret (with the base64 encoded value of that plain-----BEGIN PUBLIC KEY-----
file), and link it to theKongConsumer
CRD. This added a lot of complexity. It will be very nice if JWT plugin can support passing the URL of the /.well-known/jwks.json endpoint, so the system can get the public key by itself.Beta Was this translation helpful? Give feedback.
All reactions