changelog++

This commit is contained in:
Jeff Mitchell
2018-04-17 18:53:50 -04:00
parent 80b17705a9
commit 7390abd7c9

View File

@@ -1,12 +1,20 @@
## 0.10.1 (Unreleased) ## 0.10.1 (Unreleased)
FEATURES:
* X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set
the client IP seen by Vault. See the [TCP listener configuration
page](https://www.vaultproject.io/docs/configuration/listener/tcp.html) for
details.
IMPROVEMENTS: IMPROVEMENTS:
* auth/token: Add to the token lookup response, the policies inherited due to
identity associations [GH-4366]
* core: Add X-Forwarded-For support [GH-4380]
* identity: Add the ability to disable an entity. Disabling an entity does not * identity: Add the ability to disable an entity. Disabling an entity does not
revoke associated tokens, but while the entity is disabled they cannot be revoke associated tokens, but while the entity is disabled they cannot be
used. [GH-4353] used. [GH-4353]
* auth/token: Add to the token lookup response, the policies inherited due to
identity associations [GH-4366]
BUG FIXES: BUG FIXES: