mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
Merge pull request #4393 from AlanCoding/encrypt_log_pass
Encrypt log token or password
This commit is contained in:
@@ -265,6 +265,7 @@ register(
|
|||||||
'LOG_AGGREGATOR_PASSWORD',
|
'LOG_AGGREGATOR_PASSWORD',
|
||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_null=True,
|
allow_null=True,
|
||||||
|
encrypted=True,
|
||||||
label=_('Logging Aggregator Password to Authenticate With'),
|
label=_('Logging Aggregator Password to Authenticate With'),
|
||||||
help_text=_('Password for Logstash or others (basic auth)'),
|
help_text=_('Password for Logstash or others (basic auth)'),
|
||||||
category=_('Logging'),
|
category=_('Logging'),
|
||||||
|
|||||||
Reference in New Issue
Block a user