From 0a5a58b9fd6cafcbd2d996d17d97b76fb03fae2c Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Thu, 22 Oct 2020 13:38:18 -0700 Subject: [PATCH] Update auth/jwt to latest release/vault-1.5.x (#10215) Pulls in a fix for the OIDC config UI --- go.mod | 2 +- go.sum | 4 ++-- .../hashicorp/vault-plugin-auth-jwt/path_config.go | 5 ----- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 9986137d978e..69cf8a83faba 100644 --- a/go.mod +++ b/go.mod @@ -69,7 +69,7 @@ require ( github.com/hashicorp/vault-plugin-auth-centrify v0.5.5 github.com/hashicorp/vault-plugin-auth-cf v0.5.4 github.com/hashicorp/vault-plugin-auth-gcp v0.7.1 - github.com/hashicorp/vault-plugin-auth-jwt v0.7.3 + github.com/hashicorp/vault-plugin-auth-jwt v0.7.4 github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6 github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1 github.com/hashicorp/vault-plugin-auth-oci v0.5.5 diff --git a/go.sum b/go.sum index a107ac8bceca..352918976a6c 100644 --- a/go.sum +++ b/go.sum @@ -525,8 +525,8 @@ github.com/hashicorp/vault-plugin-auth-gcp v0.6.2-0.20200428223335-82bd3a3ad5b3/ github.com/hashicorp/vault-plugin-auth-gcp v0.7.1 h1:l5xIvs/p0208m8U8wSaoNgClfhnYlG3uufH5AjFvjjk= github.com/hashicorp/vault-plugin-auth-gcp v0.7.1/go.mod h1:sHDguHmyGScoalGLEjuxvDCrMPVlw2c3f+ieeiHcv6w= github.com/hashicorp/vault-plugin-auth-jwt v0.6.2/go.mod h1:SFadxIfoLGzugEjwUUmUaCGbsYEz2/jJymZDDQjEqYg= -github.com/hashicorp/vault-plugin-auth-jwt v0.7.3 h1:4D00ns/z0QeJuL3J08M+znJOM5VqQi/7mT1K5bALodA= -github.com/hashicorp/vault-plugin-auth-jwt v0.7.3/go.mod h1:pyR4z5f2Vuz9TXucuN0rivUJTtSdlOtDdZ16IqBjZVo= +github.com/hashicorp/vault-plugin-auth-jwt v0.7.4 h1:+2hfHxkOhR9lzeVIe7zOt99oPiSpaJME3ByyObYNE1c= +github.com/hashicorp/vault-plugin-auth-jwt v0.7.4/go.mod h1:pyR4z5f2Vuz9TXucuN0rivUJTtSdlOtDdZ16IqBjZVo= github.com/hashicorp/vault-plugin-auth-kerberos v0.1.5/go.mod h1:r4UqWITHYKmBeAMKPWqLo4V8bl/wNqoSIaQcMpeK9ss= github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6 h1:l5wu8J7aiQBLsTtkKhf1QQjGoeVjcfcput+uJ/pu2MM= github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6/go.mod h1:IM/n7LY1rIM4MVzOfSH6cRmY/C2rGkrjGrEr0B/yO9c= diff --git a/vendor/github.com/hashicorp/vault-plugin-auth-jwt/path_config.go b/vendor/github.com/hashicorp/vault-plugin-auth-jwt/path_config.go index ef6f71dd320d..2fd957185466 100644 --- a/vendor/github.com/hashicorp/vault-plugin-auth-jwt/path_config.go +++ b/vendor/github.com/hashicorp/vault-plugin-auth-jwt/path_config.go @@ -87,11 +87,6 @@ func pathConfig(b *jwtAuthBackend) *framework.Path { Description: "Provider-specific configuration. Optional.", DisplayAttrs: &framework.DisplayAttributes{ Name: "Provider Config", - Value: map[string]interface{}{ - "provider": "gsuite", - "fetch_groups": true, - "gsuite_service_account": "ey4921...", - }, }, }, }, diff --git a/vendor/modules.txt b/vendor/modules.txt index 8e55f838f58f..e2aee2619091 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -461,7 +461,7 @@ github.com/hashicorp/vault-plugin-auth-cf/util # github.com/hashicorp/vault-plugin-auth-gcp v0.7.1 github.com/hashicorp/vault-plugin-auth-gcp/plugin github.com/hashicorp/vault-plugin-auth-gcp/plugin/cache -# github.com/hashicorp/vault-plugin-auth-jwt v0.7.3 +# github.com/hashicorp/vault-plugin-auth-jwt v0.7.4 github.com/hashicorp/vault-plugin-auth-jwt # github.com/hashicorp/vault-plugin-auth-kerberos v0.1.6 github.com/hashicorp/vault-plugin-auth-kerberos