IMPROVEMENTS:
- enable plugin multiplexing GH-225
- update dependencies
github.com/hashicorp/vault/api
v1.9.0github.com/hashicorp/vault/sdk
v0.8.1
IMPROVEMENTS:
- Adds
abort_on_error
parameter to CLI login command to help in non-interactive contexts [GH-214] - Adds ability to set Google Workspace domain for groups search [GH-220]
- Updates dependency
google.golang.org/api@v0.83.0
[GH-205] - Add Custom Provider for SecureAuth IdP [GH-196]
- Improves detection of Windows Subsystem for Linux (WSL) in CLI [GH-209]
- Adds support for Microsoft US Gov L4 to the Azure provider for groups fetching [GH-211]
- Adds ability to use JSON pointer syntax for the
user_claim
value [GH-204]
- Uses Proof Key for Code Exchange (PKCE) in OIDC flow [GH-188]
- Fixes OIDC auth from the Vault UI when using the implicit flow and
form_post
response mode [GH-192]
- Uses Proof Key for Code Exchange (PKCE) in OIDC flow [GH-191]
- Add a skip_browser argument to make auto-launching of the default browser optional [GH-182]
- Fixes OIDC auth from the Vault UI when using the implicit flow and
form_post
response mode [GH-192]
- Fixes OIDC auth from the Vault UI when using the implicit flow and
form_post
response mode [GH-192]
BUG FIXES:
- Fixes
bound_claims
validation for provider-specific group and user info fetching [GH-149]