Update vault-plugin-auth-kerberos to v0.16.0 (#9822) (#9823)

* Update vault-plugin-auth-kerberos to v0.16.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-10-03 03:53:36 -04:00 committed by GitHub
parent 2cc9c6a773
commit 1a82b8634d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/_9822.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
auth/kerberos: Update plugin to [v0.16.0](https://github.com/hashicorp/vault-plugin-auth-kerberos/releases/tag/v0.16.0)
```

2
go.mod
View file

@ -143,7 +143,7 @@ require (
github.com/hashicorp/vault-plugin-auth-cf v0.21.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.15.0
github.com/hashicorp/vault-plugin-auth-kerberos v0.16.0
github.com/hashicorp/vault-plugin-auth-kubernetes v0.22.2
github.com/hashicorp/vault-plugin-auth-oci v0.19.0
github.com/hashicorp/vault-plugin-database-couchbase v0.14.0

4
go.sum
View file

@ -1564,8 +1564,8 @@ github.com/hashicorp/vault-plugin-auth-gcp v0.22.0 h1:c5LEJmHNV6VzbKTM9nn05uGLhu
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=
github.com/hashicorp/vault-plugin-auth-jwt v0.24.1/go.mod h1:d0aS4WgdsuEOAKmRxZJFD0t/WkejqbiRAFu3ChLmYpQ=
github.com/hashicorp/vault-plugin-auth-kerberos v0.15.0 h1:e+y3RAe3WgvQ6zblWPqEfa1MtlS9f6Nduw1UxfhUxM8=
github.com/hashicorp/vault-plugin-auth-kerberos v0.15.0/go.mod h1:VJn5xKHXzRmOosi97aBD2OK4JozHuEwg5vXfnkVczMg=
github.com/hashicorp/vault-plugin-auth-kerberos v0.16.0 h1:bZpmQS26TorpeensFerDPM7z+NgZjrRj9IbdGRdjaLM=
github.com/hashicorp/vault-plugin-auth-kerberos v0.16.0/go.mod h1:O6b92icQx0LGuknyVEVP/XgYjoYDNiTR9cJ1pEUuwjw=
github.com/hashicorp/vault-plugin-auth-kubernetes v0.22.2 h1:uiAXyeQp5c+EbRcs+RV1CMAgndCmURLtyW5SE82gZ24=
github.com/hashicorp/vault-plugin-auth-kubernetes v0.22.2/go.mod h1:JGq6yIefnr3eXJ4OA8LqJCMK19asETJaTLYHlm80YqY=
github.com/hashicorp/vault-plugin-auth-oci v0.19.0 h1:S0ZyVhcgxe8tCVTCXKvs5B5/RPzsLC9RAadeloAHyOw=