Allowing CACertificateRef
to be loaded from a secret
#2629
Labels
community
enhancement
New feature or request
refined
Requirements are refined and the issue is ready to be implemented.
size/medium
Estimated to be completed within a week
Milestone
Is your enhancement request related to a problem? Please describe.
When running CockroachDB in secure mode with Cert-Manager acting as CA. This will produce a CA in a secret instead of in the currently supported ConfigMap. I don't see anything in the API that would prevent the certificate ref being a secret.
What would you like to be added:
The option to provide a secret ref in the
spec.validation. caCertificateRefs[*].kind
Why this is needed:
For supporting different ways of storing CAs.
Additional context
This is the status of the create
BackendTLSPolicy
when created referencing a Secret instead of a ConfigMapVersions
The text was updated successfully, but these errors were encountered: