mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Merge pull request #5165 from chrismeyersfsu/logging_creds_not_required
logger username/pass not required
This commit is contained in:
@@ -263,6 +263,7 @@ register(
|
|||||||
help_text=_('Username for external log aggregator (if required).'),
|
help_text=_('Username for external log aggregator (if required).'),
|
||||||
category=_('Logging'),
|
category=_('Logging'),
|
||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
|
required=False,
|
||||||
)
|
)
|
||||||
register(
|
register(
|
||||||
'LOG_AGGREGATOR_PASSWORD',
|
'LOG_AGGREGATOR_PASSWORD',
|
||||||
@@ -273,6 +274,7 @@ register(
|
|||||||
help_text=_('Password or authentication token for external log aggregator (if required).'),
|
help_text=_('Password or authentication token for external log aggregator (if required).'),
|
||||||
category=_('Logging'),
|
category=_('Logging'),
|
||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
|
required=False,
|
||||||
)
|
)
|
||||||
register(
|
register(
|
||||||
'LOG_AGGREGATOR_LOGGERS',
|
'LOG_AGGREGATOR_LOGGERS',
|
||||||
|
|||||||
Reference in New Issue
Block a user