mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com> Co-authored-by: kpcraig <3031348+kpcraig@users.noreply.github.com>
This commit is contained in:
parent
ba70dc45c3
commit
62c3035a41
3 changed files with 6 additions and 3 deletions
3
changelog/_9797.txt
Normal file
3
changelog/_9797.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
auth/cf: Update plugin to [v0.22.0](https://github.com/hashicorp/vault-plugin-auth-cf/releases/tag/v0.22.0)
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -140,7 +140,7 @@ require (
|
|||
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16
|
||||
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.22.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.21.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.22.0
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.22.0
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.24.1
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.16.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1558,8 +1558,8 @@ github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0 h1:lukm7hwIDQfDyG6IyvBu2
|
|||
github.com/hashicorp/vault-plugin-auth-alicloud v0.22.0/go.mod h1:QCuzE/JFqigUf4DyyWyYKq6bvf2dmRKUW340CTy+HZ0=
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.22.0 h1:xvRYu2Xirn6gl/GvhPei7DJgJDDTEvsxxEHkBxuj/Iw=
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.22.0/go.mod h1:G/wFIXYlPQDXusYD54tlZIb3CDk2cy9OB9hUXyWkqf4=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.21.0 h1:yELepQ3qV/QtbhtbfnhArTjYG4f6a5RyRVDsQV/+Y8g=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.21.0/go.mod h1:cwskmYdDcdF71m+Wsz7Vq0oWDef+gMHZViXkCAHGoTM=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.22.0 h1:DTK733vsB2lBVwSLxra3/IuhlGdkQVW11T/q0qdXyis=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.22.0/go.mod h1:qToMQoW7dX1egtJwEHd21I/7pgzg+DBEwRAytd+Pgtc=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.22.0 h1:c5LEJmHNV6VzbKTM9nn05uGLhu0VRnIsacCshj0AJ8M=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.22.0/go.mod h1:6WhVeAZUu+67H4tkXsnFoUU3+UaBFLlE6ffUHDkVM0o=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.24.1 h1:SsSHcbmoMFz3cZDr+HyVZ1oppPFOjfjSHt+U10gT1p0=
|
||||
|
|
|
|||
Loading…
Reference in a new issue