mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-25 07:40:19 +00:00
kms: Add GetSecret() to KMIP KMS
Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
This commit is contained in:
parent
c73cb1980b
commit
da76d8ddae
@ -500,6 +500,10 @@ func (kms *kmipKMS) verifyResponse(
|
|||||||
return &batchItem, nil
|
return &batchItem, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (kms *kmipKMS) GetSecret(volumeID string) (string, error) {
|
||||||
|
return "", ErrGetSecretUnsupported
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: use the following structs from https://github.com/gemalto/kmip-go
|
// TODO: use the following structs from https://github.com/gemalto/kmip-go
|
||||||
// when https://github.com/ThalesGroup/kmip-go/issues/21 is resolved.
|
// when https://github.com/ThalesGroup/kmip-go/issues/21 is resolved.
|
||||||
// refer: https://docs.oasis-open.org/kmip/spec/v1.4/kmip-spec-v1.4.html.
|
// refer: https://docs.oasis-open.org/kmip/spec/v1.4/kmip-spec-v1.4.html.
|
||||||
|
Loading…
Reference in New Issue
Block a user