Upgrade vault-plugin-auth-cf to v0.13.0 (#17196)

This commit is contained in:
Tom Proctor 2022-09-19 19:24:24 +01:00 committed by GitHub
parent bc5ac79928
commit f7fdb7b7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

3
changelog/17196.txt Normal file
View 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
View File

@ -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
View File

@ -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=