changelog++

This commit is contained in:
Jeff Mitchell 2018-07-16 10:56:19 -04:00
parent c8fb9ed6a8
commit c420eb01c5
1 changed files with 3 additions and 1 deletions

View File

@ -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: