a14b17fc0c
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: I381999e669bfe7a603c9233f9c22b6e80abc708b
7 lines
194 B
YAML
7 lines
194 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #2008017 <https://bugs.launchpad.net/cinder/+bug/2012246>`_: Hide
|
|
value of the `[coordination] backend_url` option from logs because it can
|
|
contain credential.
|