Skip to content

Commit

Permalink
dep: update vault-plugin-secrets-openldap to v0.3.1 (#12597)
Browse files Browse the repository at this point in the history
* dep: update vault-plugin-secrets-openldap to v0.3.1

* add changelog entry

* go mod vendor and go mod tidy
  • Loading branch information
calvn committed Sep 21, 2021
1 parent ea224da commit 0de5cbb
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 78 deletions.
3 changes: 3 additions & 0 deletions changelog/12597.txt
Original file line number Diff line number Diff line change
@@ -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)
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.7.0
github.com/hashicorp/vault-plugin-secrets-kv v0.7.0
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.2.1
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.0
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.1
github.com/hashicorp/vault/api v1.0.5-0.20201001211907-38d91b749c77
github.com/hashicorp/vault/sdk v0.1.14-0.20210824203509-535c9be10674
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.7.0 h1:Sq5CmKWxQu+MtO6AXYM+STPHG
github.com/hashicorp/vault-plugin-secrets-kv v0.7.0/go.mod h1:B/Cybh5aVF7LNAMHwVBxY8t7r2eL0C6HVGgTyP4nKK4=
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.2.1 h1:eX89F+LcMmKAUeI/IM2hS9PKlNyGjdfqdWAfqg1rgSw=
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.2.1/go.mod h1:4mdgPqlkO+vfFX1cFAWcxkeqz6JAtZgKxL/67q/58Oo=
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.0 h1:aDdWZMdr93OtwZRE3TPKJyZgY6ZTe09G7bb2GL1HeAo=
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.0/go.mod h1:pRE6pJzEVTSn3reeEn6YOV73R/6PcyylwQBz33zZKds=
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.1 h1:5xGCt+2reDvSS+Sfq1dtsk6/4+/SBgGeYP058Go8W+A=
github.com/hashicorp/vault-plugin-secrets-openldap v0.3.1/go.mod h1:pRE6pJzEVTSn3reeEn6YOV73R/6PcyylwQBz33zZKds=
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 h1:O/pT5C1Q3mVXMyuqg7yuAWUg/jMZR1/0QTzTRdNR6Uw=
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443/go.mod h1:bEpDU35nTu0ey1EXjwNwPjI9xErAsoOCmcMb9GKvyxo=
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0de5cbb

Please sign in to comment.