Comment 14 for bug 2012246

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

Reviewed: https://review.opendev.org/c/openstack/puppet-cloudkitty/+/877951
Committed: https://opendev.org/openstack/puppet-cloudkitty/commit/70d66f8f554873934d15ed0941f0d1e1a44a9be7
Submitter: "Zuul (22348)"
Branch: master

commit 70d66f8f554873934d15ed0941f0d1e1a44a9be7
Author: Takashi Kajinami <email address hidden>
Date: Mon Mar 20 21:11:32 2023 +0900

    [orchestrator] coordination_url should be hidden

    The coordination_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.

    [orchestrator]
    coordination_url=redis://:password@127.0.0.1:6379

    Closes-Bug: #2012246
    Change-Id: Iba1e7715b290ee4c104f11221e250b23936b12dc