1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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
commit 5575f67aba

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