changelog++

This commit is contained in:
vishalnayak 2019-02-26 13:34:52 -05:00
parent 1d16601b7f
commit 83f797b059
1 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ FEATURES:
login may be initiatated from the Vault UI or through the `vault login` command.
* **ACL Path Wildcard**: ACL paths can now use the `+` character to enable wild card
matching for a single directory in the path definition.
IMPROVEMENTS:
* auth/jwt: A default role can be set. It will be used during JWT/OIDC logins if
@ -38,12 +38,14 @@ IMPROVEMENTS:
* auth/jwt: The name "oidc" has been added as an alias for the jwt backend. Either
name may be specified in the `auth enable` command.
* core/metrics: Prometheus pull support using a new sys/metrics endpoint. [GH-5308]
* namespace (enterprise): Clearing out identity store items upon namespace
deletion [[GH-850]](https://github.com/hashicorp/vault-enterprise/pull/850)
* replication: The inital replication indexing process on newly initialized or upgraded
clusters now runs asynchronously.
* ui: The UI is now leveraging OpenAPI definitions to pull in fields for various forms.
This means, it will not be necessary to add fields on the go and JS sides in the future.
[GH-6209]
BUG FIXES:
* identity: Fix a panic at login when external group has a nil alias. [GH-6230]