From 992b8089a255aecc2d46767b459405784b9c5cc1 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Date: Tue, 21 Sep 2021 15:30:19 -0700 Subject: [PATCH] dep: update vault-plugin-secrets-openldap to latest (#12600) * dep: update vault-plugin-secrets-openldap to v0.5.2 * add changelog entry * dep: update to use the plugin's master branch --- changelog/12600.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/12600.txt diff --git a/changelog/12600.txt b/changelog/12600.txt new file mode 100644 index 000000000..45d34e9a6 --- /dev/null +++ b/changelog/12600.txt @@ -0,0 +1,3 @@ +```release-note:bug +secrets/openldap: Fix bug where Vault can rotate static role passwords early during start up under certain conditions. [#28](https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/28) +``` \ No newline at end of file diff --git a/go.mod b/go.mod index f8283261e..48f3d6654 100644 --- a/go.mod +++ b/go.mod @@ -112,7 +112,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-gcpkms v0.9.0 github.com/hashicorp/vault-plugin-secrets-kv v0.5.7-0.20210811133805-e060c2307b24 github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.4.0 - github.com/hashicorp/vault-plugin-secrets-openldap v0.5.1 + github.com/hashicorp/vault-plugin-secrets-openldap v0.4.1-0.20210921171411-e86105e4986d github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20210715043003-e02ca8f6408e github.com/hashicorp/vault-testing-stepwise v0.1.1 github.com/hashicorp/vault/api v1.1.1 diff --git a/go.sum b/go.sum index fa8f547f4..a82cafa46 100644 --- a/go.sum +++ b/go.sum @@ -761,8 +761,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.5.7-0.20210811133805-e060c2307b2 github.com/hashicorp/vault-plugin-secrets-kv v0.5.7-0.20210811133805-e060c2307b24/go.mod h1:4j2pZrSynPuUAAYrZQVgSSHD0A9xj7GK9Ji1sWtnO4s= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.4.0 h1:6ve+7hZmGn7OpML81iZUxYj2AaJptwys323S5XsvVas= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.4.0/go.mod h1:4mdgPqlkO+vfFX1cFAWcxkeqz6JAtZgKxL/67q/58Oo= -github.com/hashicorp/vault-plugin-secrets-openldap v0.5.1 h1:iUJU3D/sA5qNBZnhXI5jFdwoWXMhgb6jeABDLYw631Y= -github.com/hashicorp/vault-plugin-secrets-openldap v0.5.1/go.mod h1:GiFI8Bxwx3+fn0A3SyVp9XdYQhm3cOgN8GzwKxyJ9So= +github.com/hashicorp/vault-plugin-secrets-openldap v0.4.1-0.20210921171411-e86105e4986d h1:o5Z9B1FztTYSnTQNzFr+iZJHPM8ZD23uV5A8gMxm2g0= +github.com/hashicorp/vault-plugin-secrets-openldap v0.4.1-0.20210921171411-e86105e4986d/go.mod h1:VS7Xub1feXmADt06/0rbI4vy6eekMDjPFZXXorux0cc= github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20210715043003-e02ca8f6408e h1:TZ8U4vehdobBz752JGOVyFAzkNzL3jDnYqUbBW0n0W4= github.com/hashicorp/vault-plugin-secrets-terraform v0.1.1-0.20210715043003-e02ca8f6408e/go.mod h1:fZIAhelIctUhnGp7aMooSwtltKsH9cSaJA3PeJUKm8w= github.com/hashicorp/vault-testing-stepwise v0.1.1 h1:jByWPXZATbuI8+zWWI0T32jdlkJ1V7uHcrDC2GWNC40=