Using JWT-SVID for authentication #2788
jwalters-gpsw
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've started to look at the possibility of using SPIFFE JWT-SVIDs for NATS authentication and it's really making my head hurt.
The top level idea is to use SPIFFE/SPIRE generated identities as the NATS identities. I think you can even jack in claims to SPIRE to provide the authorization. But my first hurdle is understanding whether:
Ed25519
requirement is matched by one of thealgs
listed in the supported algs list here.On the later, if not, then I'll probably put this on my 'review later' list.
Beta Was this translation helpful? Give feedback.
All reactions