From 249469c57613fa49a6a2206976d56507b4742b27 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 12 Dec 2016 12:02:56 -0500 Subject: [PATCH] encrypt log token or password --- awx/main/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/conf.py b/awx/main/conf.py index 229e8aaf93..00d81ed356 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -265,6 +265,7 @@ register( 'LOG_AGGREGATOR_PASSWORD', field_class=fields.CharField, allow_null=True, + encrypted=True, label=_('Logging Aggregator Password to Authenticate With'), help_text=_('Password for Logstash or others (basic auth)'), category=_('Logging'),