Skip to content

Releases: hashicorp/vault-plugin-secrets-azure

v0.19.0

20 May 19:03
27d1b3b
Compare
Choose a tag to compare
Prepare for v0.19.0 release (#207)

v0.13.0

25 May 18:52
Compare
Choose a tag to compare

Tag for vault-1.11 release.

v0.6.2

18 Aug 14:38
100a12f
Compare
Choose a tag to compare
  • Use write-ahead-logs to cleanup any orphaned Service Principals (#42)

v0.6.0: Integrate password policies (#40)

17 Jun 22:11
7f1b19e
Compare
Choose a tag to compare
* Added `password_policy` field to config that references the new `GeneratePasswordFromPolicy` available on `SystemView`
* Improved timeout handling on `retry` (adheres to context timeout while still differentiating between timed out and cancelled)
* Improved timeout assertion
* Updated go to 1.13.7
* Improved RNG handling