From ea9734a6aa59cf71116cb1e42b45773a465eba43 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 11 May 2016 19:28:01 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589f5aea27..f77d8ebe68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,12 @@ FEATURES: standby nodes are `standby.vault.service.consul`. Sealed vaults are marked critical and are not listed by default in Consul's service discovery. See the documentation for details. [GH-1349] + * **Explicit Maximum Token TTLs using Token Roles**: If using token roles, you + can now set explicit maximum TTLs on tokens that do not honor changes in the + system- or mount-set values. This is useful, for instance, when the max TTL + of the system or the `auth/token` mount must be set high to accommodate + certain needs but you want more granular restrictions on tokens being issued + directly from `auth/token`. [GH-1399] IMPROVEMENTS: