Does anyone know how to configure any proxy options in this addon?
I need it to configure just for this addon.
Hi @agonmu
The app itself doesnt have a proxy configuration, and the code within the app does not pass any proxy configuration:
response = requests.request(method, url, headers=headers, json=self.payload, verify=self.verify_ssl)However you could try update splunk-launch.conf to set some proxy env vars:
HTTP_PROXY=proxy.example.net:8080
HTTPS_PROXY=proxy.example.net:8080🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing