mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
e2e: add test for VaultTokensKMS support
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
cc5684dbd8
commit
6e2d16ed1e
9
examples/kms/vault/tenant-token.yaml
Normal file
9
examples/kms/vault/tenant-token.yaml
Normal 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"
|
Reference in New Issue
Block a user