Is there a procedure for rotatin the secretKey / encrpytion key ? #16071
-
|
Can you rotate the encryption key that is stored in /etc/core/key (the one set .Values.secretKey)? or would that break things? So i was wondering if there is a way to rotate that key without doing a new deploy or regenerating/resetting everything? Or if my error was not expected behavior and i need to set some time aside to debug. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Everything that has an auto-generated setting in the Helm chart can be rotated, everything else can't. You can't roatat the encryption key, you can only do that in combination with re-encrypting the database. |
Beta Was this translation helpful? Give feedback.
Everything that has an auto-generated setting in the Helm chart can be rotated, everything else can't. You can't roatat the encryption key, you can only do that in combination with re-encrypting the database.