1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

logs: Add autologin to splunk's connect() to allow retries (PROJQUAY-5621) (#1956)

Signed-off-by: harishsurf <hgovinda@redhat.com>
This commit is contained in:
Harish Govindarajulu
2023-06-08 13:29:35 -04:00
committed by GitHub
parent bad80f11ed
commit 3fd695cf86

View File

@@ -31,6 +31,7 @@ class SplunkLogsProducer(LogProducerInterface):
"token": bearer_token,
"scheme": url_scheme,
"verify": verify_ssl,
"autologin": True,
}
# Create an SSLContext object for cert validation
context = ssl.create_default_context()