mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: update libopenstorage/secrets
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>
This commit is contained in:
committed by
mergify[bot]
parent
2782878ea2
commit
d7bcb42481
6
vendor/github.com/libopenstorage/secrets/Makefile
generated
vendored
6
vendor/github.com/libopenstorage/secrets/Makefile
generated
vendored
@ -1,2 +1,8 @@
|
||||
generate:
|
||||
go generate ./...
|
||||
|
||||
unit-test:
|
||||
go test ./...
|
||||
|
||||
ci-test:
|
||||
go test -timeout 1800s -v github.com/libopenstorage/secrets/vault -tags ci
|
||||
|
Reference in New Issue
Block a user