NEWS
vaultr 1.1.5
- Support for authentication with LDAP (#42)
vaultr 1.1.2
- Support for vault namespaces on enterprise versions of vault
vaultr 1.0.4
vaultr::vault_resolve_secrets
(and $read
in the kv1 secrets engine) provide more information about what was being read at the point of failure (VIMC-3437)
vaultr 1.0.3
- New convenience argument to
vaultr::vault_resolve_secrets
to pass in all connection arguments at once, designed to make this easier to use from scripts (VIMC-3397).
vaultr 1.0.2 (2019-05-16)
vaultr 0.2.6
- All objects gain a
help()
method, with the aim of making the main help easier to find.
vaultr 0.2.5
- Support for AppRole authentication
- Move secrets support under secrets top level element (so
vault$secrets$kv1
rather than vault$kv1
); VIMC-2891
vaultr 0.2.4
- Support for the
cubbyhole
secret engine and response wrapping
- Faster testing on windows due to improved timeouts while looking for free ports
vaultr 0.2.3
- Fix windows filename issue with test server
vaultr 0.2.2
- Add vault_resolve_secrets method
vaultr 0.2.1
- Documentation for core classes
vaultr 0.2.0
- Complete rewrite based on use over the last year:
- supporting many more vault methods
- a better base for ongoing method support
- rationalised authentication and caching
- easier to use server for tests
vaultr 0.1.0