Releases: cludden/vault-client
Releases · cludden/vault-client
v0.3.0
v0.2.1
v0.2.0
Changelog
Features
- adds
#watch()
method for caching and renewing one or more secrets. - adds
#secret()
method for retrieving a copy of all or part of the internal cache. - updates authentication renewal logic to use lease_duration for scheduling renewals instead of
renew_interval
options - adds lots of tests