vaultlib
vaultlib copied to clipboard
Lightweight Go client library for reading Vault kv secrets
github.com/mch1307/vaultlib.(*Client).GetSecret:36: Could not get kv version ``` package main import ( "fmt" "log" "os" vault "github.com/mch1307/vaultlib" ) func main() { err := os.Setenv("VAULT_ADDR", "http://localhost:8200") if err != nil { return...
Thanks for the library! We've enjoyed using it at work. We'd like to continue using it, but we need to access metadata for our secrets (specifically the version of the...
Signed-off-by: Boris HUISGEN