mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Merge remote-tracking branch 'remotes/from/ce/release/2.x.x' into release/2.x.x
This commit is contained in:
commit
641af5e594
3 changed files with 7 additions and 4 deletions
3
changelog/_14702.txt
Normal file
3
changelog/_14702.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
auth/jwt: Update plugin to [v0.26.3](https://github.com/hashicorp/vault-plugin-auth-jwt/releases/tag/v0.26.3)
|
||||
```
|
||||
4
go.mod
4
go.mod
|
|
@ -10,7 +10,7 @@ module github.com/hashicorp/vault
|
|||
// semantic related to Go module handling), this comment should be updated to explain that.
|
||||
//
|
||||
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
|
||||
go 1.26.1
|
||||
go 1.26.3
|
||||
|
||||
replace github.com/hashicorp/vault/api => ./api
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ require (
|
|||
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-gcp v0.23.1
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.26.1
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.26.3
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.17.1
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.24.1
|
||||
github.com/hashicorp/vault-plugin-auth-oci v0.21.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -868,8 +868,8 @@ github.com/hashicorp/vault-plugin-auth-cf v0.23.0 h1:9xXHg2qcHmYAcQ+gN3stRBHTbbP
|
|||
github.com/hashicorp/vault-plugin-auth-cf v0.23.0/go.mod h1:CmyxJai6vSQo/3ipQYtyWzaDQvXwTm1LboU3wHcxwHY=
|
||||
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.1 h1:eSXJVECExviE3Zj6mV06cMM47qBZm2GVH5IZUsUDEzE=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.26.1/go.mod h1:ob1LGh1ScQuKBU+V0bTWP2fkdr4x0OREoFMb7oIX4R4=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.26.3 h1:MsdvAE/rqyUx4gsf31/ebga3wJ+kozosVqaI4Bbugkg=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.26.3/go.mod h1:lcmkcwQC9vWOO8BdLBK2/NZsKcXX+JtwsJU7jWhqRDA=
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.17.1 h1:eOlMi+w5VTdvMmyP18GPnckybjwFYLna0eXBLWsb+BQ=
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.17.1/go.mod h1:FET3h3/cvfy+H0PbQdMVgDZnBlgSFVhJbovrRRU+9Ic=
|
||||
github.com/hashicorp/vault-plugin-auth-kubernetes v0.24.1 h1:EBSaP3mKs0wffpJgmPWI+dU++8CLrC3uexdvmCON7/Y=
|
||||
|
|
|
|||
Loading…
Reference in a new issue