This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: nytimes/gcp-vault
Releases · nytimes/gcp-vault
v0.3.8
- Update google.golang.org/api => v0.40.0 (this fixes a build issue)
Added redis db environment variable
v0.3.7 Merge pull request #33 from alex-khordos/feature/add-redis-db-env-var…
Handle cached token revocation
Merge pull request #32 from alex-khordos/feature/handle_revoked_token Handle revoked tokens
Redis cache bugfix & added default max retries
added default max retries value
bug fix for redis missing value handling
Added ability to optionally enable token caching
v0.3.4 Merge pull request #30 from alex-khordos/feature/caching-token
Fixing HTTP bug introduced in 0.3.2
v0.3.3 NOT reusing the same *http.Client pointer to avoid after effects (#23)
Adding ability to set a custom HTTP client
Merge pull request #22 from nytimes/http-client Adding the ability to use a custom HTTP client
Fixing PutVersionedSecrets path
Merge pull request #14 from bLamarche413/fix_PutVersionedSecrets fix PutVersionedSecrets
Updating mods to separate example dependencies
Merge pull request #11 from marwan-at-work/modsep separate example dependencies
Preventing panics when no secrets exist while running locally
v0.2.2 verifying that secrets exist before attempting to return them