From c420eb01c535fd022ccad161efc728df36797355 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 16 Jul 2018 10:56:19 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8476fe37e..fa43905f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,13 @@ DEPRECATIONS/CHANGES: FEATURES: - * JWT/OIDC Auth Method: The new `jwt` auth method accepts JWTs and either + * **JWT/OIDC Auth Method**: The new `jwt` auth method accepts JWTs and either validates signatures locally or uses OIDC Discovery to fetch the current set of keys for signature validation. Various claims can be specified for validation (in addition to the cryptographic signature) and a user and optional groups claim can be used to provide Identity information. + * **FoundationDB Storage**: You can now use FoundationDB for storing Vault + data. IMPROVEMENTS: