You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: