spiffe / spiffe-helper

The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Apache License 2.0
43 stars 40 forks source link

Proposal: Support JWT #22

Closed johnharris85 closed 4 years ago

johnharris85 commented 4 years ago

Would be great if this helper supported grabbing a JWT and making that available to the app. I propose adding a couple of fields to the config spec, jwtPath where the file should be written (this would respect the cert_dir already there, and jwtENV, an environment variable to inject the JWT into.

Signal handling would remain the same, etc...

If folks agree with the proposal I'm happy to implement and PR.

johnharris85 commented 4 years ago

OK scratch this, looks like without the new API this is going to be a huge refactor. Might as well wait ;)