Rotating certificates via annotation #876
prometherion
started this conversation in
Feature Requests
Replies: 1 comment
-
Implemented via #877 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Kamaji allows the rotation of certificates via an opinionated approach, such as deleting the Secret objects containing such certificates.
This approach could lead to instability of the deployed Tenant Control Planes, especially in environments where reconciliation is lagging or constrained, such as those with forbidden deletion actions.
The proposal is pretty similar to FluxCD, where, by annotating the given Secret used by Kamaji, the certificate would be rotated upon the first reconciliation (e.g.:
certs.kamaji.clastix.io/rotate
).To trigger rotation, the annotation value must be empty: once the rotation has occurred correctly, it will report the timestamp when the last rotation was performed.
Beta Was this translation helpful? Give feedback.
All reactions