mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 20:17:59 +00:00
changelog++
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user