mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
encrypt log token or password
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user