mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Setting for external log emissions cert verification
Stopgap solution for issue for 3.1.3 where Splunk servers with a self-signed certificate could not receive logs from Tower. Users should set `LOG_AGGREGATOR_VERIFY_CERT = False` in settings to use this.
This commit is contained in:
@@ -866,8 +866,10 @@ INSIGHTS_URL_BASE = "https://access.redhat.com"
|
||||
|
||||
TOWER_SETTINGS_MANIFEST = {}
|
||||
|
||||
# Settings related to external logger configuration
|
||||
LOG_AGGREGATOR_ENABLED = False
|
||||
LOG_AGGREGATOR_HTTP_TIMEOUT = 5
|
||||
LOG_AGGREGATOR_VERIFY_CERT = True
|
||||
|
||||
# The number of retry attempts for websocket session establishment
|
||||
# If you're encountering issues establishing websockets in clustered Tower,
|
||||
|
||||
Reference in New Issue
Block a user