changelog++
This commit is contained in:
parent
805b5e5160
commit
cfd8021a6b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,12 +1,20 @@
|
|||
## 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:
|
||||
|
||||
* 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
|
||||
revoke associated tokens, but while the entity is disabled they cannot be
|
||||
used. [GH-4353]
|
||||
* auth/token: Add to the token lookup response, the policies inherited due to
|
||||
identity associations [GH-4366]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
Loading…
Reference in New Issue