changelog++
This commit is contained in:
parent
836ebb05bd
commit
95aec5e953
|
@ -1,5 +1,11 @@
|
|||
## 1.1.0 (Unreleased)
|
||||
|
||||
CHANGES:
|
||||
* auth/jwt: Update `bound_audiences` validation during non-OIDC logins to accept
|
||||
any matched audience, as documented and handled in OIDC logins.
|
||||
[[GH-30]](https://github.com/hashicorp/vault-plugin-auth-jwt/issues/30)
|
||||
* auth/jwt: Apply `bound_audiences` checks to OIDC paths.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* agent/caching: Non-2xx (e.g. redirects) and non-JSON responses returned by
|
||||
|
@ -9,6 +15,7 @@ BUG FIXES:
|
|||
* agent/caching: Add locking during cache lookup to prevent identical
|
||||
non-cached requests made in parallel launch multiple rewener goroutines.
|
||||
[[GH-6374]](https://github.com/hashicorp/vault/pull/6374)
|
||||
* auth/jwt: Apply `bound_claims` validation across all login paths.
|
||||
* core: The `operator migrate` command will no longer hang on empty key names.
|
||||
[[GH-6371]](https://github.com/hashicorp/vault/pull/6371)
|
||||
* secret/ssh: Fix for a bug where attempting to delete the last ssh role
|
||||
|
|
Loading…
Reference in New Issue