Update vault-plugin-auth-cf to v0.23.1 (#15373) (#15424) (#15427)

* Update vault-plugin-auth-cf to v0.23.1

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Rohit Agrawal <rohit.agrawal@hashicorp.com>
This commit is contained in:
Vault Automation 2026-06-11 07:52:05 -06:00 committed by GitHub
parent 58987f2db4
commit e132597fc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/_15373.txt Normal file
View file

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

2
go.mod
View file

@ -151,7 +151,7 @@ require (
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16
github.com/hashicorp/vault-plugin-auth-alicloud v0.23.1
github.com/hashicorp/vault-plugin-auth-azure v0.24.0
github.com/hashicorp/vault-plugin-auth-cf v0.23.0
github.com/hashicorp/vault-plugin-auth-cf v0.23.1
github.com/hashicorp/vault-plugin-auth-gcp v0.23.1
github.com/hashicorp/vault-plugin-auth-jwt v0.26.3
github.com/hashicorp/vault-plugin-auth-kerberos v0.17.1

4
go.sum
View file

@ -866,8 +866,8 @@ github.com/hashicorp/vault-plugin-auth-alicloud v0.23.1 h1:Nz3vSccCqsU36zgJ3+zGU
github.com/hashicorp/vault-plugin-auth-alicloud v0.23.1/go.mod h1:s6MCWphgQ0dRyHoVRkGdqOdeLQtWq1pbsz9vpoAl/O0=
github.com/hashicorp/vault-plugin-auth-azure v0.24.0 h1:RSzUR9g3HjaIVxJhwnSxGtcEFCeGgemuRSNMpM3q6hc=
github.com/hashicorp/vault-plugin-auth-azure v0.24.0/go.mod h1:myKdKk/DooAtMT7sKady3NNqod/y6OoYfGL5+E83AqA=
github.com/hashicorp/vault-plugin-auth-cf v0.23.0 h1:9xXHg2qcHmYAcQ+gN3stRBHTbbPu+MXfFCE3FDpze3U=
github.com/hashicorp/vault-plugin-auth-cf v0.23.0/go.mod h1:CmyxJai6vSQo/3ipQYtyWzaDQvXwTm1LboU3wHcxwHY=
github.com/hashicorp/vault-plugin-auth-cf v0.23.1 h1:zrDYtAzIEwWjkxVDD83XOk9tI0vVxCYWGJGZAapfz4Y=
github.com/hashicorp/vault-plugin-auth-cf v0.23.1/go.mod h1:CUBTmP1g3IxckT3FlcUOjJ+c5mUUmCo6B42VUQvj5VQ=
github.com/hashicorp/vault-plugin-auth-gcp v0.23.1 h1:E13iJgR6bGAULjrAhstuQH2PxVTZdrWivT75J7RY5Tw=
github.com/hashicorp/vault-plugin-auth-gcp v0.23.1/go.mod h1:7eXqptuyLNtPLdvwia0Bc139bMGlCgYJZqyhKmR4RWE=
github.com/hashicorp/vault-plugin-auth-jwt v0.26.3 h1:MsdvAE/rqyUx4gsf31/ebga3wJ+kozosVqaI4Bbugkg=