Encryption
#6798
-
Hello, When building a Ceph Cluster, if “encryptedDevice” is set to true in the cluster.yaml, I understand that an encryption key is generated automatically. My question is, do I have the ability to change or customize my encryption key/passphrase? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
travisn
Dec 9, 2020
Replies: 1 comment 2 replies
-
No, if the encryption key changes, the data that has been encrypted with that key will be lost. For key rotation, you will want to use an external KMS (Vault is currently supported). This is a new feature in v1.5, let us know how it works for you! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
travisn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, if the encryption key changes, the data that has been encrypted with that key will be lost. For key rotation, you will want to use an external KMS (Vault is currently supported). This is a new feature in v1.5, let us know how it works for you!