From 6ad851155881ec1bdf9df33f1bc884fe3bf475dc Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Wed, 4 Aug 2021 11:14:42 -0700 Subject: [PATCH 1/2] Updates vault-plugin-auth-jwt to v0.10.1 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index aedb0745b29ef..d0295fae81948 100644 --- a/go.mod +++ b/go.mod @@ -88,7 +88,7 @@ require ( github.com/hashicorp/vault-plugin-auth-centrify v0.9.0 github.com/hashicorp/vault-plugin-auth-cf v0.9.0 github.com/hashicorp/vault-plugin-auth-gcp v0.10.0 - github.com/hashicorp/vault-plugin-auth-jwt v0.10.0 + github.com/hashicorp/vault-plugin-auth-jwt v0.10.1 github.com/hashicorp/vault-plugin-auth-kerberos v0.4.0 github.com/hashicorp/vault-plugin-auth-kubernetes v0.10.1 github.com/hashicorp/vault-plugin-auth-oci v0.8.0 diff --git a/go.sum b/go.sum index 9649589450f80..2c22b4128d1d3 100644 --- a/go.sum +++ b/go.sum @@ -687,8 +687,8 @@ github.com/hashicorp/vault-plugin-auth-cf v0.9.0/go.mod h1:exPUMj8yNohKM7yRiHa7O github.com/hashicorp/vault-plugin-auth-gcp v0.5.1/go.mod h1:eLj92eX8MPI4vY1jaazVLF2sVbSAJ3LRHLRhF/pUmlI= github.com/hashicorp/vault-plugin-auth-gcp v0.10.0 h1:EBvgbyiPXqmmEQqIwkorLLEjvv4GPl6DQ1LdE0zJkh0= github.com/hashicorp/vault-plugin-auth-gcp v0.10.0/go.mod h1:Z+mj9fAqzXfDNxLmMoSS8NheVK7ugLvD8sTHO1GXfCA= -github.com/hashicorp/vault-plugin-auth-jwt v0.10.0 h1:9jzAxMnhTA0xsDE3p7IzUoa9O54ijwDfV/J1D7FpB2U= -github.com/hashicorp/vault-plugin-auth-jwt v0.10.0/go.mod h1:3KxfehLIM7zH19+O8jHJ/QJsLGRzSKRqjsesOJmBuoI= +github.com/hashicorp/vault-plugin-auth-jwt v0.10.1 h1:7hvGSiICXpmp7Ras5glxVVxTDg2dZL+l/jWeBQ6bzr0= +github.com/hashicorp/vault-plugin-auth-jwt v0.10.1/go.mod h1:3KxfehLIM7zH19+O8jHJ/QJsLGRzSKRqjsesOJmBuoI= github.com/hashicorp/vault-plugin-auth-kerberos v0.4.0 h1:7M7/DbFsUoOMBd2/R48ZNj4PM3Gdsg0dGcbMOdt5z1Q= github.com/hashicorp/vault-plugin-auth-kerberos v0.4.0/go.mod h1:h+7pLm4Z2EeKHOGPefX0bGzdUQCMBUlvM/BpSMNgTFw= github.com/hashicorp/vault-plugin-auth-kubernetes v0.10.1 h1:7c2ufXt5oXSUISNHpO07W956fpgn00nT1IQFPEP5XQE= From e4e46c275d229ee27db2ad85ce72f5602ebe94bd Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Wed, 4 Aug 2021 12:20:58 -0700 Subject: [PATCH 2/2] adds changelog entry --- changelog/12258.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/12258.txt diff --git a/changelog/12258.txt b/changelog/12258.txt new file mode 100644 index 0000000000000..5527f32b3ef49 --- /dev/null +++ b/changelog/12258.txt @@ -0,0 +1,3 @@ +```release-note:bug +auth/jwt: Fixes OIDC auth from the Vault UI when using `form_post` as the `oidc_response_mode`. +```