File tree 1 file changed +4
-4
lines changed
docs/content/customization/generic
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
- title = " Encryption At REST "
2
+ title = " Encryption At Rest "
3
3
+++
4
4
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.
6
6
When this variable is set, kuberntetes ` secrets ` and ` configmap ` s are encrypted before writing them at ` etcd ` .
7
7
8
8
If the ` encryptionAtRest ` property is not specified, then
@@ -13,7 +13,7 @@ We support following encryption providers
13
13
- aescbc
14
14
- secretbox
15
15
16
- More information about encryption at REST : [ Encrypting Confidential Data at Rest
16
+ More information about encryption at-rest : [ Encrypting Confidential Data at Rest
17
17
] ( https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/ )
18
18
19
19
## Example
@@ -43,7 +43,7 @@ Applying this configuration will result in
43
43
The APIServer will be configured to use the secret key to encrypt `secrets` and
44
44
` configmaps` kubernetes resources before writing them to etcd.
45
45
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.
47
47
48
48
1. Configure APIServer with encryption configuration :
49
49
You can’t perform that action at this time.
0 commit comments