changelog++

This commit is contained in:
Nick Cabatoff 2019-03-15 15:11:35 -04:00
parent 9acbebd376
commit de830e68d5
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
## 1.1.0 (Unreleased)
CHANGES:
* agent/caching: Move listeners config out of cache{} block to top level.
Allow running agent with cache enabled and auto-auth disabled.
* 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)