mooli tayer has uploaded a new change for review. Change subject: tools: Utilze SENSITIVE_KEYS to prevent logging of notifier's MAIL_PASSWORD ......................................................................
tools: Utilze SENSITIVE_KEYS to prevent logging of notifier's MAIL_PASSWORD Change-Id: Ic15eccae95c7d30667a9fefe0c6a43188887ad99 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1020871 Signed-off-by: Mooli Tayer <[email protected]> --- M packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/20350/1 diff --git a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in index 9a89471..e35ec8c 100644 --- a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in +++ b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in @@ -4,6 +4,12 @@ # # +# Comma separated list of keys +# not to be logged. +# +SENSITIVE_KEYS="" + +# # The location of the application server used by the engine: # JBOSS_HOME="@JBOSS_HOME@" @@ -49,6 +55,7 @@ MAIL_USER= # Required to authenticate the user if mail server requires authentication or if SSL is enabled +SENSITIVE_KEYS="${SENSITIVE_KEYS},MAIL_PASSWORD" MAIL_PASSWORD= # Indicates whether SSL should be used to communicate with mail server. -- To view, visit http://gerrit.ovirt.org/20350 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic15eccae95c7d30667a9fefe0c6a43188887ad99 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
