go-cloud
go-cloud copied to clipboard
runtimevar/hashivault: add HashiVault runtimevar driver
Fixes #3611
- add
runtimevar/hashivaultmodule implementing a Vault-backed watcher (KV v1/v2, mount option, SecretError, localgo.mod) - add unit + conformance tests (requires
runtimevar/hashivault/localvault.sh) - add examples and docs (how-to section, stub page, goexample entries)
- wire the new module into
allmodules,internal/testing/alldeps, andsamples/gocdk-runtimevar - tests (
go test ./runtimevar/hashivault) pass with the dev Vault running.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thanks, looks great!