mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rbd: Unexport VaultTenantSA struct from KMS implementation
This commit unexport VaultTenantSA struct from KMS implemenation of Vault KMS. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
c8a3b9352e
commit
b75c562217
@ -31,7 +31,7 @@ func TestVaultTenantSAKMSRegistered(t *testing.T) {
|
||||
|
||||
func TestTenantSAParseConfig(t *testing.T) {
|
||||
t.Parallel()
|
||||
vts := VaultTenantSA{}
|
||||
vts := vaultTenantSA{}
|
||||
|
||||
config := make(map[string]interface{})
|
||||
|
||||
|
Reference in New Issue
Block a user