Comment 13 for bug 1630822

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

Reviewed: https://review.openstack.org/382699
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=cd1a412408f068aeef97c1ee368400307fce7733
Submitter: Jenkins
Branch: master

commit cd1a412408f068aeef97c1ee368400307fce7733
Author: Matt Riedemann <email address hidden>
Date: Wed Oct 5 21:11:16 2016 -0400

    Mask passwords in debug logs for auth_config_hook

    The auth config hook can have credentials in it so
    we have to mask the config before logging it. To
    avoid doing the work of masking the password if we
    aren't going to log it, there is a conditional put
    around the actual debug statement.

    Change-Id: I8e626672ec94fc837610216bccb4354dbdedca17
    Closes-Bug: #1630822