mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
d7bcb42481
libopenstorage has added a new feature that makes it possible to destroy the contents of a key/value in the Hashicorp Vault kv-v2 secrets backend. See-also: https://github.com/libopenstorage/secrets/pull/55 Signed-off-by: Niels de Vos <ndevos@redhat.com>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
generate:
|
|
go generate ./...
|
|
|
|
unit-test:
|
|
go test ./...
|
|
|
|
ci-test:
|
|
go test -timeout 1800s -v github.com/libopenstorage/secrets/vault -tags ci
|