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
the generation of the capsule-tls and capsule-ca, we are doing this through built-in controllers in the capsule and trying to
remove any other dependency required for the capsule to run.
But can we make this feature somehow optional and provide another way to provide the tls cert and ca cert? For other operators, we use cert-manager to inject ca and tls certs for webhooks, we would like to use the same thing for the capsule as well. If we can make these controllers optional and the certs path configurable then we can use cert-manager to inject certificates.
Describe the feature
the generation of the
capsule-tls
andcapsule-ca,
we are doing this through built-in controllers in the capsule and trying toremove any other dependency required for the capsule to run.
But can we make this feature somehow optional and provide another way to provide the tls cert and ca cert? For other operators, we use
cert-manager
to inject ca and tls certs for webhooks, we would like to use the same thing for the capsule as well. If we can make these controllers optional and the certs path configurable then we can usecert-manager
to inject certificates.#439 (comment)
What would the new user story look like?
What would the new interaction with Capsule look like? E.g.
Feel free to add a diagram if that helps explain things.
Expected behavior
A clear and concise description of what you expect to happen.
The text was updated successfully, but these errors were encountered: