mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: IBM key protect integration module dependency update
This commit adds the Key protect client SDK for the Key Protect KMS integration to the Ceph CSI driver. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
967076e4ba
commit
93e43d1a0f
8
vendor/github.com/IBM/keyprotect-go-client/Makefile
generated
vendored
Normal file
8
vendor/github.com/IBM/keyprotect-go-client/Makefile
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
.PHONY: test test-integration
|
||||
|
||||
test:
|
||||
go test -v -race ./...
|
||||
|
||||
test-integration:
|
||||
go test -v -tags=integration ./...
|
Reference in New Issue
Block a user