mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
e2e: add test for Vault with ServiceAccount per Tenant
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b700fa43e6
commit
e3c7dea7d6
@ -56,6 +56,12 @@ var (
|
||||
},
|
||||
backendPath: defaultVaultBackendPath,
|
||||
}
|
||||
vaultTenantSAKMS = &vaultConfig{
|
||||
simpleKMS: &simpleKMS{
|
||||
provider: "vaulttenantsa",
|
||||
},
|
||||
backendPath: "tenant/",
|
||||
}
|
||||
)
|
||||
|
||||
func (sk *simpleKMS) String() string {
|
||||
|
Reference in New Issue
Block a user