go-cloud icon indicating copy to clipboard operation
go-cloud copied to clipboard

runtimevar/hashivault: add HashiVault runtimevar driver

Open JEETDESAI25 opened this issue 2 months ago • 1 comments

Fixes #3611

  • add runtimevar/hashivault module implementing a Vault-backed watcher (KV v1/v2, mount option, SecretError, local go.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, and samples/gocdk-runtimevar
  • tests (go test ./runtimevar/hashivault) pass with the dev Vault running.

JEETDESAI25 avatar Dec 09 '25 01:12 JEETDESAI25

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.

google-cla[bot] avatar Dec 09 '25 01:12 google-cla[bot]

Thanks, looks great!

vangent avatar Dec 11 '25 19:12 vangent