mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Upgrade vault-plugin-auth-cf to v0.13.0 (#17196)
This commit is contained in:
3
changelog/17196.txt
Normal file
3
changelog/17196.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
auth/cf: Enables CF roles to be compatible with Vault's role based quotas.
|
||||
```
|
||||
2
go.mod
2
go.mod
@@ -106,7 +106,7 @@ require (
|
||||
github.com/hashicorp/vault-plugin-auth-alicloud v0.12.0
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.12.0
|
||||
github.com/hashicorp/vault-plugin-auth-centrify v0.12.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.12.0
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.13.0
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.14.0
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.14.0
|
||||
github.com/hashicorp/vault-plugin-auth-kerberos v0.8.0
|
||||
|
||||
4
go.sum
4
go.sum
@@ -1096,8 +1096,8 @@ github.com/hashicorp/vault-plugin-auth-azure v0.12.0 h1:hhL5qOgIvzIYwROp6Sgg4KNB
|
||||
github.com/hashicorp/vault-plugin-auth-azure v0.12.0/go.mod h1:r0Wlg9xgS7dOx/H2rgkVgXS77m289ON291g+/txFdv8=
|
||||
github.com/hashicorp/vault-plugin-auth-centrify v0.12.0 h1:d2dDZoUlSBNiw+jfi/2wxPoz6iNU7W5RasuwFc/deYo=
|
||||
github.com/hashicorp/vault-plugin-auth-centrify v0.12.0/go.mod h1:3fDbIVdwA/hkOVhwktKHDX5lo4DqIUUVbBdwQNNvxHw=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.12.0 h1:8X3Zlc6P/ih0MVhrPJ54iwiCyMVIcLwfBVpONuYddks=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.12.0/go.mod h1:dr0cewrZ0SgpsPFkQ7Vf31J4xg+ylxM3Yv+dk1zWpEQ=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.13.0 h1:Iu4nRoZrkaLbW4vJ8t/wYS8z5BG4VQI7nKpBuwPTpOU=
|
||||
github.com/hashicorp/vault-plugin-auth-cf v0.13.0/go.mod h1:Tktv1OXUjFobzjAU5qNJA8t1KC0109eu6Pcgm1uiwHg=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.14.0 h1:9qjpx7fJcz7WoFiazIktaJSvuqscR2v/drc+euW8v2M=
|
||||
github.com/hashicorp/vault-plugin-auth-gcp v0.14.0/go.mod h1:WNwaZN7NWy14xcy3otm1OXp5blcKgblUfvE16eYeUoQ=
|
||||
github.com/hashicorp/vault-plugin-auth-jwt v0.14.0 h1:Wzg9qqAdEh1DQwsKf2ruggqaSbIdeTaZfDmO1Nn7YqA=
|
||||
|
||||
Reference in New Issue
Block a user