2021-07-06 08:32:12 +00:00
|
|
|
---
|
|
|
|
#
|
|
|
|
# The ServiceAccount "ceph-csi-vault-sa" should be created in the Namespace of
|
|
|
|
# the tenant that will be creating encrypted PVCs with a "vaulttenantsa" KMS
|
|
|
|
# provider.
|
|
|
|
#
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
|
|
|
name: ceph-csi-vault-sa
|
|
|
|
---
|
|
|
|
#
|
|
|
|
# Each tenant most likely has their own VAULT_BACKEND_PATH or other
|
|
|
|
# configuration options. In this example, the tenant has its own key-value
|
|
|
|
# store at "tenant".
|
|
|
|
#
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: ceph-csi-kms-config
|
|
|
|
data:
|
|
|
|
vaultBackendPath: tenant
|
2021-07-13 10:59:29 +00:00
|
|
|
vaultRole: ceph-csi-tenant
|