Automatically rotate certificates #2910
Labels
complexity:medium
Something that requires one or few days to fix
kind:enhancement
New feature or request
priority:high
High priority issues, should be worked on ASAP (after urgent issues), not postponed
topic:operations
Operations-related issues
topic:salt
Everything related to SaltStack in our product
Milestone
Component: salt, kubernetes
Why this is needed:
Because certificates have an expiration date, and services depend on them.
See: https://twitter.com/eikke/status/1131194207920640007
What should be done:
Watch certificates TTL and automatically renew them when required (expiration in less than 7 days).
Some certificates are embedded in kubeconfig files, so special care will need to be taken around them.
Some components may need to be restarted after certficates are updated, so we will also need to make sure this is properly triggered if required.
Implementation proposal (strongly recommended):
Test plan:
Add a test to:
The text was updated successfully, but these errors were encountered: