mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update vault-plugin-auth-cf to v0.17.0 (#27161)
* Update vault-plugin-auth-cf to v0.17.0 --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
parent
dbe247d9c0
commit
8d1453d0d4
3 changed files with 6 additions and 3 deletions
3
changelog/27161.txt
Normal file
3
changelog/27161.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
auth/cf: Update plugin to v0.17.0
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -132,7 +132,7 @@ require (
|
|||
github.com/hashicorp/vault-hcp-lib v0.0.0-20240402205111-2312b38227ab
|
||||
github.com/hashicorp/vault-plugin-auth-alicloud v0.18.0
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.18.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.16.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.17.0
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.20.3
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.11.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -2521,8 +2521,8 @@ github.com/hashicorp/vault-plugin-auth-alicloud v0.18.0 h1:rGQ+zHJPSIFEpWJ/AEDrO
|
|||
github.com/hashicorp/vault-plugin-auth-alicloud v0.18.0/go.mod h1:yTlbTm6u0wLBmS905Puz68d+SAc7MjN2D4BeELPUON8=
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.18.0 h1:jQcbAWvEP2fFbmlomA6fnIGRhW5EZqat4NYNcmZUjOY=
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.18.0/go.mod h1:ioz9EmeUGS+nIJkcfrnkGa1Bs/FtwT2BdnlgL0tKSUw=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.16.0 h1:t4+0LY6002NQvY6c0c43ikZjxqReCHUiy7+YXiMRbKo=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.16.0/go.mod h1:q+Lt3FhtFlP+pulKSjrbnR8ecu4vY9TlgPvs+nnBey8=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.17.0 h1:YbrUCEHTydBxOHKXsp0rS1H5x9qJNzaxiHa/Kb/Mm9w=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.17.0/go.mod h1:Rs3cpijsn7oFbEdA95NTiuI0ec85fS3gwrcNCSyLwbs=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0 h1:chiaa1NLN/B2fcoN/WY/YWVxB8F+hE5koudzLWQcG2c=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0/go.mod h1:HtXlc4HKAmUe8/WE4hP0dirpkq4joxhvm8EZ/TvOZk0=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.20.3 h1:mLsdorH4m43rBqybHDZKl33rrmc80ens4hSB6E7i9o0=
|
||||
|
|
|
|||
Loading…
Reference in a new issue