changelog++

This commit is contained in:
Becca Petrin 2020-01-29 10:59:19 -08:00
parent d8dfd81e47
commit 2ebe299b40
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 1.4 (Unreleased)
FEATURES:
* **Kerberos Authentication**: We now support Kerberos authentication using
a SPNEGO token. Login can be performed using the Vault CLI, API, or agent.
IMPROVEMENTS:
* auth/jwt: Additional OIDC callback parameters available for CLI logins [JWT-80 & JWT-86]