diff --git a/changelog/12876.txt b/changelog/12876.txt new file mode 100644 index 0000000000000..a5c0944da27bc --- /dev/null +++ b/changelog/12876.txt @@ -0,0 +1,3 @@ +```release-note:improvement +auth/oidc: Adds the `skip_browser` CLI option to allow users to skip opening the default browser during the authentication flow. +``` diff --git a/go.mod b/go.mod index d99bd5332b342..535cc54fea696 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 42c764e4ae39f..4969f7616fc4d 100644 --- a/go.sum +++ b/go.sum @@ -724,8 +724,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=