Merge pull request #4393 from AlanCoding/encrypt_log_pass

Encrypt log token or password
This commit is contained in:
Alan Rominger
2016-12-12 12:16:58 -05:00
committed by GitHub

View File

@@ -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'),