Comment 45 for bug 2012246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/manila/+/890844
Committed: https://opendev.org/openstack/manila/commit/733be6ee2261053d6864a4ac65c1cdf4838db2a8
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 733be6ee2261053d6864a4ac65c1cdf4838db2a8
Author: Takashi Kajinami <email address hidden>
Date: Mon Mar 20 18:31:52 2023 +0900

    [coordination] backend_url should be secret

    The backend_url option can sometimes contain secrets.

    For example when redis coordination backend is used and authentication
    is enabled in redis, the plain redis password is put as an URL element.

    [coordination]
    backend_url=redis://:password@127.0.0.1:6379

    Closes-Bug: #2012246
    Change-Id: Ia815720cedda2f5c70205ffda5c765364cee8f8c
    (cherry picked from commit 8ec46875665e93daf252a9feaf9d36d354c3660c)
    (cherry picked from commit 5da7be292664194d9845d1ae77fba821f97ff7fe)
    (cherry picked from commit 98ea6ac7688be7376a3d3512c69b5905c9738a01)
    (cherry picked from commit b73958504c3638882ddd992c91317d70b0a2d444)
    (cherry picked from commit 60ae6a7b208fabec9590bc9c5a0abfc78d325bf9)