From cdbd7e70a0ab8feab64d43ed09f509ab7f7254f9 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Tue, 19 Oct 2021 14:08:17 -0700 Subject: [PATCH 1/3] Updates vault-plugin-auth-jwt to v0.11.0 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2038a92c79d8e..a10b4ed3a17e9 100644 --- a/go.mod +++ b/go.mod @@ -99,7 +99,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.1 + github.com/hashicorp/vault-plugin-auth-jwt v0.11.0 github.com/hashicorp/vault-plugin-auth-kerberos v0.4.0 github.com/hashicorp/vault-plugin-auth-kubernetes v0.11.1 github.com/hashicorp/vault-plugin-auth-oci v0.8.0 diff --git a/go.sum b/go.sum index 2061970635cad..8a6d4cd84fbcf 100644 --- a/go.sum +++ b/go.sum @@ -722,8 +722,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.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-jwt v0.11.0 h1:hKV88DJVLcpuyeMZFp93BVo5ltPwrZbVKqw6J1J+0eg= +github.com/hashicorp/vault-plugin-auth-jwt v0.11.0/go.mod h1:jKwUcQLgquENzwaCDYTmz7gJageUFUSTOOoXNRIlDE0= 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.11.1 h1:FArWhQ6jM+73D5Jb/M3YhljRjFClwyzd+ouza7YxHOw= From 50d616641f383a4412e5136f8791ae2ecdf9d05a Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Tue, 19 Oct 2021 14:18:08 -0700 Subject: [PATCH 2/3] Adds changelog entry --- changelog/12876.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/12876.txt diff --git a/changelog/12876.txt b/changelog/12876.txt new file mode 100644 index 0000000000000..31a3210049360 --- /dev/null +++ b/changelog/12876.txt @@ -0,0 +1,3 @@ +```release-note:improvement +auth/oidc: Adds the `skip_browser` CLI option to allows users to skip opening the default browser during the authentication flow. +``` From 3e89118d40c6e7a9f9fc480fee68478ca953aa94 Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Tue, 19 Oct 2021 14:22:04 -0700 Subject: [PATCH 3/3] Fix typo --- changelog/12876.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12876.txt b/changelog/12876.txt index 31a3210049360..a5c0944da27bc 100644 --- a/changelog/12876.txt +++ b/changelog/12876.txt @@ -1,3 +1,3 @@ ```release-note:improvement -auth/oidc: Adds the `skip_browser` CLI option to allows users to skip opening the default browser during the authentication flow. +auth/oidc: Adds the `skip_browser` CLI option to allow users to skip opening the default browser during the authentication flow. ```