-
Notifications
You must be signed in to change notification settings - Fork 499
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
Envoy JWT Auth Helper #2774
Comments
Hmm, we may have lost this source .. I am surprised that the registry is still online, since Scytale no longer exists. If you're looking for an example of how to do this, here is one you can reference: https://github.com/github/emissary As for tracking down the source and/or updating the reference to something else, I've opened spiffe/spiffe.io#234 would be great to get your thoughts there on what you'd like to see happen. |
@evan2645 thanks Evan - I am familiar with github/emissary - I would guess that the Scytale example is simpler :) |
Sorry about that @gadinaor-r7 I can't speak to the complexity around building the envoy extension and serving its api, but in terms of all the SPIFFE related things you will need to do in such an extension, perhaps this helps? https://github.com/spiffe/go-spiffe/tree/main/v2/examples/spiffe-jwt Attach to workload api, use it to mint JWT-SVIDs or use it to validate them... simple example there, but no envoy bits |
Looking at the tutorials - https://spiffe.io/docs/latest/microservices/envoy-jwt/readme/#about-envoy-jwt-auth-helper
There is a reference to Envoy JWT Auth Helper and a reference to this docker image us.gcr.io/scytale-registry/envoy-jwt-auth-helper
Where is the source code of this image ?
The text was updated successfully, but these errors were encountered: