From 498a0575bd3dac6a0548779d7dc79e3162c19a3a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sat, 21 Apr 2018 10:51:47 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80aa34eda0..42b8614391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ FEATURES: the client IP seen by Vault. See the [TCP listener configuration page](https://www.vaultproject.io/docs/configuration/listener/tcp.html) for details. + * CIDR IP Binding for Tokens: Tokens now support being bound to specific + CIDR(s) for usage. Currently this is implemented in Token Roles; usage can + be expanded to other authentication backends over time. IMPROVEMENTS: * auth/token: Add to the token lookup response, the policies inherited due to identity associations [GH-4366] + * auth/token: Add CIDR binding to token roles [GH-815] * core: Add X-Forwarded-For support [GH-4380] + * core: Add token CIDR-binding support [GH-815] * 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]