From 7390abd7c941d92ebeadaceadf78664a7cd5672e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 17 Apr 2018 18:53:50 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838ac76fe4..98666ff7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ ## 0.10.1 (Unreleased) +FEATURES: + + * X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set + the client IP seen by Vault. See the [TCP listener configuration + page](https://www.vaultproject.io/docs/configuration/listener/tcp.html) for + details. + IMPROVEMENTS: + * auth/token: Add to the token lookup response, the policies inherited due to + identity associations [GH-4366] + * core: Add X-Forwarded-For support [GH-4380] * identity: Add the ability to disable an entity. Disabling an entity does not revoke associated tokens, but while the entity is disabled they cannot be used. [GH-4353] - * auth/token: Add to the token lookup response, the policies inherited due to - identity associations [GH-4366] BUG FIXES: