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

Support for destinationCaCertificate / Reencrypt Routes #56

Open
maracle6 opened this issue Mar 8, 2024 · 0 comments
Open

Support for destinationCaCertificate / Reencrypt Routes #56

maracle6 opened this issue Mar 8, 2024 · 0 comments

Comments

@maracle6
Copy link

maracle6 commented Mar 8, 2024

We're currently using cert-manager annotations to add a certificate to our Route, and a Certificate resource to generate a keystore for an application server running in a pod. However unless I'm mistaken there isn't an automated way to add the destinationCaCertificate to the Route. As a result we're adding this to our Route manually which risks allowing the cert to expire, or overlooking a change to the CA when the certificate renews.

It would be great to see some support for adding the destination CA automatically. In our use case both the Route and Certificate are from the same issuer (Venafi), though I'm sure there are more complex use cases. Maybe there could be some new annotations that specify the issuer and common name of the destination certificate that would allow the CA chain to be retrieved and attached to the Route.

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

1 participant