vaultlib icon indicating copy to clipboard operation
vaultlib copied to clipboard

Lightweight Go client library for reading Vault kv secrets

Results 4 vaultlib issues
Sort by recently updated
recently updated
newest added

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...