Skip to content

Commit 59489a8

Browse files
Update vault-plugin-secrets-openldap to v0.14.4 (#29131)
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
1 parent 56fa43f commit 59489a8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog/29131.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
secrets/openldap: Update plugin to v0.14.4
3+
```

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ require (
100100
github.com/hashicorp/go-rootcerts v1.0.2
101101
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
102102
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
103-
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.0
104103
github.com/hashicorp/go-secure-stdlib/gatedwriter v0.1.1
105104
github.com/hashicorp/go-secure-stdlib/kv-builder v0.1.2
106105
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3
@@ -151,7 +150,7 @@ require (
151150
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.9.0
152151
github.com/hashicorp/vault-plugin-secrets-kv v0.20.0
153152
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0
154-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3
153+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4
155154
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0
156155
github.com/hashicorp/vault-testing-stepwise v0.3.2
157156
github.com/hashicorp/vault/api v1.15.0
@@ -239,6 +238,7 @@ require (
239238
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
240239
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
241240
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6 // indirect
241+
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.0 // indirect
242242
github.com/hashicorp/go-secure-stdlib/httputil v0.1.0 // indirect
243243
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
244244
github.com/lestrrat-go/blackmagic v1.0.2 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.20.0 h1:p1RVmd4x1rgGK0tN8DDu21J2
16021602
github.com/hashicorp/vault-plugin-secrets-kv v0.20.0/go.mod h1:bCpMggD3Z0+H+3dOmTCoQjBHC53jA08lPqOLmFrHBi8=
16031603
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0 h1:BeDS7luTeOW0braIbtuyairFF8SEz7k3nvi9e+mJ2Ok=
16041604
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0/go.mod h1:sprde+S70PBIbgOLUAKDxR+xNF714ksBBVh77O3hnWc=
1605-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3 h1:HY8q7qVmhtBYiNa5K24wws72jPjwzkSuAt7LwkRcT8Q=
1606-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3/go.mod h1:wqOf/QJqrrNXjnm0eLUnm5Ju9s/LIZUl6wEKmnFL9Uo=
1605+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4 h1:BA5gf+itQ4FtEg4gyXvEZW0ioRCSUNnO3+XBrxDNi9A=
1606+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4/go.mod h1:mdECWDLyILokYVpdBgwvHWkPJ+cEnSTxR6yDT0TBS98=
16071607
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0 h1:YzOJrpuDRNrw5SQ4i7IEjedF40I/7ejupQy+gAyQ6Zg=
16081608
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0/go.mod h1:j2nbB//xAQMD+5JivVDalwDEyzJY3AWzKIkw6k65xJQ=
16091609
github.com/hashicorp/vault-testing-stepwise v0.3.2 h1:FCe0yrbK/hHiHqzu7utLcvCTTKjghWHyXwOQ2lxfoQM=

0 commit comments

Comments
 (0)