Comment 5 for bug 1654847

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/417960
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=56af8c90ecbb3cb5d29036151108b1e4e7a69bcc
Submitter: Jenkins
Branch: master

commit 56af8c90ecbb3cb5d29036151108b1e4e7a69bcc
Author: Tin Lam <email address hidden>
Date: Mon Jan 9 10:31:35 2017 -0600

    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