File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ minimum:
182
182
2 . `` key-names `` list of names of the keys in Vault to be used. eg: key-name:
183
183
kube-secret-enc-key.
184
184
185
- Note : key name does not need to be changed if key is rotated in Vault, the
185
+ Note : key name does not need to be changed if the key is rotated in Vault, the
186
186
rotated key is identified by key version which is prefix to ciphertext.
187
187
188
188
A new key can be added in the list. Encryption will be done using the first key
@@ -250,7 +250,7 @@ Here's a sample configuration file using a Vault AppRole for authentication.
250
250
The KEK is generated in Vault and rotated using direct API call or CLI to Vault
251
251
itself. The Key never leaves the vault.
252
252
253
- Note that when a key is rotated, Vault does not allow to choose a different
253
+ Note that when a key is rotated, Vault does not allow choosing a different
254
254
encryption algorithm or key size. If a key for different encryption algorithm or
255
255
a different key size is desired, new key needs to be generated in Vault and the
256
256
corresponding key name be added in the configuration. Subsequent encryption will
You can’t perform that action at this time.
0 commit comments