Skip to content

Commit 2139c57

Browse files
committed
Typos addressing @ericchiang comments
1 parent 8b83c7f commit 2139c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vault-based-kms-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ minimum:
182182
2. ``key-names`` list of names of the keys in Vault to be used. eg: key-name:
183183
kube-secret-enc-key.
184184

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
186186
rotated key is identified by key version which is prefix to ciphertext.
187187

188188
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.
250250
The KEK is generated in Vault and rotated using direct API call or CLI to Vault
251251
itself. The Key never leaves the vault.
252252

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
254254
encryption algorithm or key size. If a key for different encryption algorithm or
255255
a different key size is desired, new key needs to be generated in Vault and the
256256
corresponding key name be added in the configuration. Subsequent encryption will

0 commit comments

Comments
 (0)