-
Notifications
You must be signed in to change notification settings - Fork 23
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
Configurable Certificate Expiry and Cert Renewal #37
Labels
Comments
Worth mentioning a few additional caveats related to this issue:
|
As a follow up to 2) from #37 (comment), it appears cert-manager is configurable around how it handles One can set |
onelapahead
added
bug
Something isn't working
enhancement
New feature or request
labels
Apr 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With an old enough environment, DX's certs can expire when using cert-manager managed certificates. cert-manager automatically renews the cert but there's then a few challenges:
First step, is we could let the expiry time of the cert be configurable in case folks want their certs to last longer than the default 3 months. And then, we'll need to figure out what combination of sidecars, annotations, and Jobs need to be put in place to solve the above.
The text was updated successfully, but these errors were encountered: