summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTin Lam <tinlam@gmail.com>2017-01-09 10:31:35 -0600
committerTin Lam <tinlam@gmail.com>2017-01-09 10:31:35 -0600
commit56af8c90ecbb3cb5d29036151108b1e4e7a69bcc (patch)
treef3a54ee79aeb9c7b738ee68fd41dfcd6d8930579 /releasenotes
parent1112abe54b126d390fc3600e07b813dfee3a736a (diff)
downloadpython-keystoneclient-56af8c90ecbb3cb5d29036151108b1e4e7a69bcc.tar.gz
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: Iaa3a27f4b6c3baf964fa0c71328ffe9df43b2c0a Closes-Bug: #1654847
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml b/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml
new file mode 100644
index 0000000..5d066e9
--- /dev/null
+++ b/releasenotes/notes/bug-1654847-d2e9df994c7b617f.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ The ``X-Service-Token`` header value is now properly masked, and is
+ displayed as a hash value, in the log.