Comment 2 for bug 2038466

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.utils (master)

Reviewed: https://review.opendev.org/c/openstack/oslo.utils/+/897354
Committed: https://opendev.org/openstack/oslo.utils/commit/cecf061e6e4f666104170e3bba93fdae24255309
Submitter: "Zuul (22348)"
Branch: master

commit cecf061e6e4f666104170e3bba93fdae24255309
Author: whoami-rajat <email address hidden>
Date: Wed Oct 4 17:42:31 2023 +0000

    Mask chapsecret

    Doesn't mask chapsecre
    >>> strutils.mask_password("'chapsecre' : 'aaaaa'")
    "'chapsecre' : 'aaaaa'"

    Masks chapsecret
    >>> strutils.mask_password("'chapsecret' : 'aaaaa'")
    "'chapsecret' : '***'"

    Closes-Bug: #2038466
    Change-Id: Iae22a544ff69069b1b82b6ab3a885f3a19869287