Merge "[coordination] backend_url should be secret" into stable/wallaby

This commit is contained in:
Zuul
2023-11-28 14:09:35 +00:00
committed by Gerrit Code Review

View File

@@ -31,6 +31,7 @@ LOG = log.getLogger(__name__)
coordination_opts = [ coordination_opts = [
cfg.StrOpt('backend_url', cfg.StrOpt('backend_url',
secret=True,
default='file://$state_path', default='file://$state_path',
help='The back end URL to use for distributed coordination.') help='The back end URL to use for distributed coordination.')
] ]