Skip to content
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

Export jwt and trust bundle to secret/configmaps #159

Open
drewwells opened this issue Jun 9, 2023 · 0 comments
Open

Export jwt and trust bundle to secret/configmaps #159

drewwells opened this issue Jun 9, 2023 · 0 comments

Comments

@drewwells
Copy link

I'm trying to integrate authN and authZ with spire-controller-manager. It would be a performance issue to make API requests to local node daemons. I'm looking for two things.

  1. How can I mount the trust bundle that spire-server is using to verify jwts in process in my application? I only see the public certificate, not the JWKS.
  2. It would be preferable to load JWTs by a secret. I don't see that any of the CRs create this opportunity. My applications use older versions of gRPC and speaking to a gRPC server is unlikely to be a simple task. Is there an HTTP endpoint available or do I need t write a sidecar that talks gRPC to spire-agent, writes out the JWT to a secret, application watches secret and loads it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant