From d1730bdc8d55ad562c8b51edb700929e34943b05 Mon Sep 17 00:00:00 2001 From: ncabatoff Date: Mon, 3 Feb 2020 12:01:11 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac0f21a0e..03d3511fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,12 @@ FEATURES: IMPROVEMENTS: * agent: add option to force the use of the auth-auth token, and ignore the Vault token in the request [GH-8101] +* audit: HMAC http_raw_body in audit log; this ensures that large authenticated Prometheus metrics responses get + replaced with short HMAC values [GH-8130] * auth/jwt: Additional OIDC callback parameters available for CLI logins [JWT-80 & JWT-86] * auth/jwt: Bound claims may be optionally configured using globs [JWT-89] * core: Separate out service discovery interface from storage interface to allow new types of service discovery not coupled to storage [GH-7887] -* audit: HMAC http_raw_body in audit log; this ensures that large authenticated Prometheus metrics responses get - replaced with short HMAC values [GH-8130] - * cli: Incorrect TLS configuration will now correctly fail [GH-8025] * secrets/database/mongodb: Switched internal MongoDB driver to mongo-driver [GH-8140] * secrets/consul: Add support to specify TLS options per Consul backend [GH-4800]