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:
commit
5575f67aba
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user