mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
b27d6319ca
This commit adds e2e for user secret based metadata encryption, adds user-secret.yaml and makes required changes in kms-connection-details, kms-config yamls. Signed-off-by: Rakshith R <rar@redhat.com>
12 lines
348 B
YAML
12 lines
348 B
YAML
---
|
|
# This is the user secret containing encryptionPasspharse that can be
|
|
# created in a Kubernetes Namespace for encrypting PVCs with the
|
|
# "user-ns-secrets-metadata-test" or "user-secrets-metadata-test"
|
|
# encryptionKMSID.
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: storage-encryption-secret
|
|
stringData:
|
|
encryptionPassphrase: test-encryption
|