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

Save to disk option #173

Open
faisal-memon opened this issue Oct 22, 2021 · 1 comment
Open

Save to disk option #173

faisal-memon opened this issue Oct 22, 2021 · 1 comment

Comments

@faisal-memon
Copy link

There are a handful of use case where certificates and keys need to be saved to disk. Kubernetes webhooks is the biggest one. MySQL, NATS, and NGINX require certificates to be on disk too. We would like an option for go-spiffe to save certificates to disk to cover these use cases.

@azdagron
Copy link
Member

This seems like a generally useful bit of functionality. I can see this bring implemented as an X509ContextWatcher and some accompanying exported helpers that can write out the SVID, Key, and Bundles to disk. We'd need to come up with an on-disk layout, or maybe allow it to be configurable; I'd imagine different programs will have different requirements.

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

2 participants