Skip to content

Commit 05b4f8b

Browse files
supershaldkoshkin
authored andcommitted
fixup! docs: Apply suggestions from code review
address review comments Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent eb7576b commit 05b4f8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/customization/generic/encryption-at-rest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
title = "Encryption At REST"
2+
title = "Encryption At Rest"
33
+++
44

5-
`encryptionAtRest` variable enables encrypting kubernetes resources at REST using provided encryption provider.
5+
`encryptionAtRest` variable enables encrypting kubernetes resources at rest using provided encryption provider.
66
When this variable is set, kuberntetes `secrets` and `configmap`s are encrypted before writing them at `etcd`.
77

88
If the `encryptionAtRest` property is not specified, then
@@ -13,7 +13,7 @@ We support following encryption providers
1313
- aescbc
1414
- secretbox
1515

16-
More information about encryption at REST: [Encrypting Confidential Data at Rest
16+
More information about encryption at-rest: [Encrypting Confidential Data at Rest
1717
](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/)
1818

1919
## Example
@@ -43,7 +43,7 @@ Applying this configuration will result in
4343
The APIServer will be configured to use the secret key to encrypt `secrets` and
4444
`configmaps` kubernetes resources before writing them to etcd.
4545
When reading resources from `etcd`, encryption provider that matches the stored data attempts in order to decrypt the data.
46-
We currently do not rotate the key once it generated.
46+
CAREN currently does not rotate the key once it generated.
4747

4848
1. Configure APIServer with encryption configuration:
4949

0 commit comments

Comments
 (0)