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:
Humble Chirammal
2021-12-20 17:49:02 +05:30
committed by mergify[bot]
parent 967076e4ba
commit 93e43d1a0f
18 changed files with 3025 additions and 0 deletions

8
vendor/github.com/IBM/keyprotect-go-client/Makefile generated vendored Normal file
View File

@ -0,0 +1,8 @@
.PHONY: test test-integration
test:
go test -v -race ./...
test-integration:
go test -v -tags=integration ./...