From d66590145f98f699d2e18cfb96cb5229f548d5b8 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Tue, 9 Apr 2019 12:54:50 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d1550e0..9d9f17ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ CHANGES: IMPROVEMENTS: * agent: Allow AppRole auto-auth without a secret-id [GH-6324] + * auth/jwt: Bounds claims validiation will now allow matching the received + claims against a list of expected values [JWT-41] * ui: Suport for authentication via the RADIUS auth method [GH-6488] * ui: Navigating away from secret list view will clear any page-specific filter that was applied [GH-6511]