Comment 12 for bug 2012246

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/877909
Committed: https://opendev.org/openstack/designate/commit/541395c42414c40d105ce206e2f200456bbc375f
Submitter: "Zuul (22348)"
Branch: master

commit 541395c42414c40d105ce206e2f200456bbc375f
Author: Takashi Kajinami <email address hidden>
Date: Mon Mar 20 18:26:17 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: I0ee95fc56130e51bf5c799d252e79a469492b7db