Comment 12 for bug 1850843

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.utils (stable/stein)

Reviewed: https://review.opendev.org/692971
Committed: https://git.openstack.org/cgit/openstack/oslo.utils/commit/?id=f6d5df161fc7eaffe57e34e9fc20575b93a6f166
Submitter: Zuul
Branch: stable/stein

commit f6d5df161fc7eaffe57e34e9fc20575b93a6f166
Author: Cédric Jeanneret <email address hidden>
Date: Fri Nov 1 11:27:37 2019 +0100

    Make mask_password case insensitive, and add new patterns

    It appears that Mistral service logs everything, and doesn't use yet
    the mask_password (nor mask_dict_password) method. In order to ensure
    all is properly masked, we have to add some new patterns, and make it
    case insensitive in order to simplify and avoid duplicated entries.

    Change-Id: Icc19b7c8bdb6a3182939d5e9fdef21288b19f43d
    Related-Bug: #1850843
    Signed-off-by: Cédric Jeanneret <email address hidden>