Skip to content

Commit 99c0804

Browse files
authored
Merge pull request #37652 from stefanlasiewski/patch-2
Verify key name in API Server and in etcd
2 parents f60ea90 + 72c0fa6 commit 99c0804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ program to retrieve the contents of your Secret.
233233
```
234234

235235
1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates
236-
the `aescbc` provider has encrypted the resulting data.
236+
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`.
237239

238240
1. Verify the Secret is correctly decrypted when retrieved via the API:
239241

0 commit comments

Comments
 (0)