From 4ac36c8e88a6906dba67c3c4e449d46d1ddf2297 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 18 Dec 2017 15:31:40 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab413a5e1..bb6832059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,11 +41,14 @@ FEATURES: allowing them to be written in other languages. * **Nomad Secret Backend**: Nomad ACL tokens can now be generated and revoked using Vault. - * **Custom Certificate Constraints on Auth**: The `cert` auth backend can now - match against custom certificate extensions via exact or glob matching. + * **TLS Cert Auth Backend Improvements**: The `cert` auth backend can now + match against custom certificate extensions via exact or glob matching, and + additionally supports max_ttl and periodic token toggles. IMPROVEMENTS: + * auth/cert: Support custom certificate constraints [GH-3634] + * auth/cert: Support setting `max_ttl` and `period` [GH-3642] * audit/file: Setting a file mode of `0000` will now disable Vault from automatically `chmod`ing the log file [GH-3649] * auth/github: The legacy MFA system can now be used with the GitHub auth