IMPROVEMENTS:
- Add support for numeric claims in bound_claims hashicorp/vault-plugin-auth-jwt#265
- Include role name in Entity Alias metadata hashicorp/vault-plugin-auth-jwt#160
- Updated dependencies:
github.com/hashicorp/cap
v0.3.4 -> v0.4.0github.com/hashicorp/go-sockaddr
v1.0.2 -> v1.0.5github.com/hashicorp/vault/api
v1.9.2 -> v1.10.0github.com/hashicorp/vault/sdk
v0.9.2 -> v0.10.0golang.org/x/oauth2
v0.11.0 -> v0.12.0google.golang.org/api
v0.138.0 -> v0.143.0
FIXES:
- Add missing error check for parsing CLI flags hashicorp/vault-plugin-auth-jwt#245
FIXES:
- Ensure SIGTSTP is only used in unix builds [GH-255]
IMPROVEMENTS:
- Close HTTP listener if stop or kill signal is received [GH-251]
IMPROVEMENTS:
- Support ADC for Google Workspace [GH-240]
- Updated dependencies:
github.com/hashicorp/cap
v0.3.1 -> v0.3.4github.com/hashicorp/vault/sdk
v0.9.1 -> v0.9.2golang.org/x/oauth2 v0.9.0
-> v0.10.0google.golang.org/api v0.129.0
-> v0.134.0
IMPROVEMENTS:
- Updated dependencies:
github.com/hashicorp/cap
v0.2.1-0.20230221194157-7894fed1633d -> v0.3.0github.com/hashicorp/vault/api
v1.9.0 -> v1.9.1github.com/hashicorp/vault/sdk
v0.8.1 -> v0.9.0github.com/stretchr/testify
v1.8.2 -> v1.8.3golang.org/x/oauth2
v0.6.0 -> v0.8.0golang.org/x/sync
v0.1.0 -> v0.2.0google.golang.org/api
v0.114.0 -> v0.124.0
IMPROVEMENTS:
- Make error response less verbose [GH-233]
IMPROVEMENTS:
- enable plugin multiplexing GH-225
- update dependencies
github.com/hashicorp/vault/api
v1.9.0github.com/hashicorp/vault/sdk
v0.8.1github.com/go-test/deep
v1.0.8 -> v1.1.0github.com/hashicorp/cap
v0.2.1-0.20220727210936-60cd1534e220 -> v0.2.1-0.20230221194157-7894fed1633dgithub.com/hashicorp/go-hclog
v1.0.0 -> v1.5.0github.com/mitchellh/pointerstructure
v1.2.0 -> v1.2.1github.com/stretchr/testify
v1.7.0 -> v1.8.2golang.org/x/oauth2
v0.0.0-20220524215830-622c5d57e401 -> v0.6.0golang.org/x/sync
v0.0.0-20220722155255-886fb9371eb4 -> v0.1.0google.golang.org/api
v0.83.0 -> v0.114.0
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/[email protected]
[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]