keystoneauth/releasenotes/notes/bug-1654847-acdf9543158329ec.yaml
Tin Lam 9d3ae3ef94 X-Serivce-Token should be hashed in the log
Currently, logs display the hash values of X-Auth-Token,
Authorization, and X-Subject-Token, but not the value of
the X-Service-Token.  This patch set adds the X-Service-Token
to the list of header fields to be hashed for logging purposes.

Change-Id: I4d996a2631f61a2c9bbbc7f959e97c7279be023d
Closes-Bug: #1654847
2017-01-09 16:08:20 +00:00

6 lines
132 B
YAML

---
fixes:
- |
The ``X-Service-Token`` header value is now properly masked, and is
displayed as a hash value, in the log.