mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update vault-plugin-auth-kerberos to v0.11.0 (#25232)
* Automated dependency upgrades * Add changelog * * go mod tidy --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com> Co-authored-by: maxcoulombe <max.coulombe@hashicorp.com>
This commit is contained in:
parent
e7817c88a0
commit
3be2aff493
3 changed files with 258 additions and 3 deletions
3
changelog/25232.txt
Normal file
3
changelog/25232.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
auth/kerberos: Update plugin to v0.11.0
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -136,7 +136,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-auth-cf v0.16.0
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.16.2
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.19.0
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.10.1
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.11.0
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.18.0
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.14.2
|
||||
github.com/hashicorp/vault-plugin-database-couchbase v0.9.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue