We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f60ea90 + 72c0fa6 commit 99c0804Copy full SHA for 99c0804
content/en/docs/tasks/administer-cluster/encrypt-data.md
@@ -233,7 +233,9 @@ program to retrieve the contents of your Secret.
233
```
234
235
1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates
236
- the `aescbc` provider has encrypted the resulting data.
+ the `aescbc` provider has encrypted the resulting data. Confirm that the key name shown in `etcd`
237
+ matches the key name specified in the `EncryptionConfiguration` mentioned above. In this example,
238
+ you can see that the encryption key named `key1` is used in `etcd` and in `EncryptionConfiguration`.
239
240
1. Verify the Secret is correctly decrypted when retrieved via the API:
241
0 commit comments