changelog++

This commit is contained in:
Jeff Mitchell 2017-08-15 22:07:39 -04:00
parent 87be043a05
commit 102848b30a
1 changed files with 5 additions and 2 deletions

View File

@ -14,12 +14,15 @@ FEATURES:
* **GCP IAM Auth Backend**: There is now an authentication backend that allows
using GCP IAM credentials to retrieve Vault tokens. This is available as
both a plugin and built-in to Vault.
* **PingID Push Support for Path MFA (Enterprise)**: PingID Push can now be
used for MFA with the new path-based MFA introduced in Vault Enterprise 0.8.
* **PingID Push Support for Path-Baased MFA (Enterprise)**: PingID Push can
now be used for MFA with the new path-based MFA introduced in Vault
Enterprise 0.8.
* **Permitted DNS Domains Support in PKI**: The `pki` backend now supports
specifying permitted DNS domains for CA certificates, allowing you to
narrowly scope the set of domains for which a CA can issue or sign child
certificates.
* **Self-Reloading Plugins**: The plugin system will now attempt to reload a
crashed or stopped plugin, once per request.
IMPROVEMENTS: