mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Update vault-plugin-auth-jwt to v0.21.0 (#27498)
* Update vault-plugin-auth-jwt to v0.21.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:
committed by
GitHub
parent
1a0474d27b
commit
c966ee651b
3
changelog/27498.txt
Normal file
3
changelog/27498.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:change
|
||||
auth/jwt: Update plugin to v0.21.0
|
||||
```
|
||||
2
go.mod
2
go.mod
@@ -134,7 +134,7 @@ require (
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.18.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-jwt v0.21.0
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.12.0
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.19.0
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.16.0
|
||||
|
||||
4
go.sum
4
go.sum
@@ -1568,8 +1568,8 @@ github.com/hashicorp/vault-plugin-auth-cf v0.17.0 h1:YbrUCEHTydBxOHKXsp0rS1H5x9q
|
||||
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=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.20.3/go.mod h1:1IQjNAZ2z8GdTPM/XizC6eA4X9brnOXiwSoYEOfuDlM=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.21.0 h1:le7E2LJXzdcM/8aBpRijMSG2jaz6UMU/mY1tZi0X+94=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.21.0/go.mod h1:1IQjNAZ2z8GdTPM/XizC6eA4X9brnOXiwSoYEOfuDlM=
|
||||
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-kubernetes v0.19.0 h1:zJLrTPyVp62BEDrK3+ZimyELCx0ShBBQppFnloy/fJ8=
|
||||
|
||||
Reference in New Issue
Block a user