-
Notifications
You must be signed in to change notification settings - Fork 62
Document how to rotate generated secrets #703
Comments
There should be a script (like a one line) to perform rotation for all secrets all at once. |
Also see the following resources: https://quarks.suse.dev/docs/quarks-secret/development/#_secretrotation-controller_ |
@jandubois Is this already done by #854? That documented how to rotate a QuarksSecret. It doesn't contain a script to rotate all secrets, though. |
@mook-as I don't think that's enough, and a sample script should be part of this |
Can we please avoid to document this inside the kubecf repo, but to https://kubecf.suse.dev/ instead? It sounds more user-facing docs |
Yep, this will be an update to https://github.com/cloudfoundry-incubator/kubecf-docs/blob/master/content/en/docs/Tasks/secrets.md But to make it reasonable for the user, I'll attempt to make a QuarksJob to automate the rotate-all-secrets case, and tell the user to trigger that instead. |
There is a documentation page for it already: https://github.com/cloudfoundry-incubator/kubecf/blob/master/doc/secret_rotation.md
However, it only documents how to rotate the database encryption key, which is just one subtopic of rotating all the secrets in the cluster.
The rotation of generated secrets will have to be managed by cf-operator, but we need documentation about how to trigger it.
The text was updated successfully, but these errors were encountered: