mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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…
x
Reference in New Issue
Block a user