Comment 11 for bug 1654847

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

Reviewed: https://review.openstack.org/418081
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=398c8fb5160a05d4b28fb11147a9a295e11bcf31
Submitter: Jenkins
Branch: stable/mitaka

commit 398c8fb5160a05d4b28fb11147a9a295e11bcf31
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
    (cherry picked from commit 56af8c90ecbb3cb5d29036151108b1e4e7a69bcc)