Update content/en/docs/tasks/administer-cluster/encrypt-data.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/37652/head
Stefan Lasiewski 2022-11-22 15:18:03 -08:00 committed by GitHub
parent ef7fef5812
commit 72c0fa664b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ program to retrieve the contents of your Secret.
1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates 1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates
the `aescbc` provider has encrypted the resulting data. Confirm that the key name shown in `etcd` the `aescbc` provider has encrypted the resulting data. Confirm that the key name shown in `etcd`
matches the key name specified in the `EncryptionConfiguration` mentioned above. In this example, matches the key name specified in the `EncryptionConfiguration` mentioned above. In this example,
we can see that the key named `key1` is used in `etcd` and in `EncryptionConfiguration`. you can see that the encryption key named `key1` is used in `etcd` and in `EncryptionConfiguration`.
1. Verify the Secret is correctly decrypted when retrieved via the API: 1. Verify the Secret is correctly decrypted when retrieved via the API: