e2e: add test for VaultTokensKMS support

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-12-09 17:10:43 +01:00
committed by mergify[bot]
parent cc5684dbd8
commit 6e2d16ed1e
3 changed files with 80 additions and 2 deletions

View File

@ -0,0 +1,9 @@
---
# This is the Vault Token that can be created in a Kubernetes Namespace
# (Tenant) for encrypting PVCs with the "vaulttokens" encryptionKMSType.
apiVersion: v1
kind: Secret
metadata:
name: ceph-csi-kms-token
stringData:
token: "sample_root_token_id"