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:
committed by
GitHub
parent
bad80f11ed
commit
3fd695cf86
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user