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
Is your feature request related to a problem? Please describe.
When running in Kubernetes, services should be able to get certificates without an external service.
Is your feature request related to a problem? Please describe.
When running in Kubernetes, services should be able to get certificates without an external service.
Describe the solution you'd like
When a "certificate get or create" called, with kubernetes client, tls secret will be queried or created if not exists.
The API and client is here:
https://github.com/kubernetes/client-go/blob/acc621f88da0907c3eee966001ea99bd59b0f92c/kubernetes/typed/core/v1/secret.go
Describe alternatives you've considered
Mesh networks (eg. Istio) allow mutual tls for services but it is too much hassle to do just mutual tls.
I would like to implement this, so I would like to create a pull request if you find it useful.
The text was updated successfully, but these errors were encountered: