Update vault-plugin-auth-kerberos to v0.13.0 (#28264)

* Update vault-plugin-auth-kerberos to v0.13.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:
hc-github-team-secure-vault-core
2024-09-04 11:18:20 -04:00
committed by GitHub
parent 8dee06f977
commit 07dfe7716a
3 changed files with 6 additions and 3 deletions

3
changelog/28264.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:change
auth/kerberos: Update plugin to v0.13.0
```

2
go.mod
View File

@@ -132,7 +132,7 @@ require (
github.com/hashicorp/vault-plugin-auth-cf v0.18.0
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0
github.com/hashicorp/vault-plugin-auth-jwt v0.21.1
github.com/hashicorp/vault-plugin-auth-kerberos v0.12.0
github.com/hashicorp/vault-plugin-auth-kerberos v0.13.0
github.com/hashicorp/vault-plugin-auth-kubernetes v0.19.0
github.com/hashicorp/vault-plugin-auth-oci v0.16.0
github.com/hashicorp/vault-plugin-database-couchbase v0.11.0

4
go.sum
View File

@@ -1558,8 +1558,8 @@ github.com/hashicorp/vault-plugin-auth-gcp v0.18.0 h1:chiaa1NLN/B2fcoN/WY/YWVxB8
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0/go.mod h1:HtXlc4HKAmUe8/WE4hP0dirpkq4joxhvm8EZ/TvOZk0=
github.com/hashicorp/vault-plugin-auth-jwt v0.21.1 h1:SFk4j5AbXnKm3csXGCy61W7TrJmHK1vPnEwcH4GrMrg=
github.com/hashicorp/vault-plugin-auth-jwt v0.21.1/go.mod h1:ggLUt/LHQ+H8GbfvLWSmw+rmujHaUvZ5g9pu4JCBoz8=
github.com/hashicorp/vault-plugin-auth-kerberos v0.12.0 h1:zJF5jyIwDSqvze2QZ+ONE9k8p8GSql6+4aWSzDrCIUM=
github.com/hashicorp/vault-plugin-auth-kerberos v0.12.0/go.mod h1:SHMeHUVjgH5lmmCukxEQiVsib8dQnMuhGJgwv5So7oI=
github.com/hashicorp/vault-plugin-auth-kerberos v0.13.0 h1:KN+nY7XJANb7IRILf0EnaCT04JI9ctiUhq/W9sgyJnk=
github.com/hashicorp/vault-plugin-auth-kerberos v0.13.0/go.mod h1:tJ4upLp8+7xxNHBFwpXQaQQQjkwSwI4P/Hic9EKkWvQ=
github.com/hashicorp/vault-plugin-auth-kubernetes v0.19.0 h1:zJLrTPyVp62BEDrK3+ZimyELCx0ShBBQppFnloy/fJ8=
github.com/hashicorp/vault-plugin-auth-kubernetes v0.19.0/go.mod h1:JHa4MgsZh6PopoDW4kyRi1E/F9g8eYLavyvva7z0llU=
github.com/hashicorp/vault-plugin-auth-oci v0.16.0 h1:V8vz5b/rqo16cKuvczv8s6n5w6R3ebVEw71fSFlgbVs=