For our use case we require Splunk traffic to go via a proxy, which currently makes it impossible to use this alert action as the code doesn't deal with proxies in any way. I compared some of the code with https://github.com/guilhemmarchand/TA-ms-teams-alert-action (for Microsoft Teams) which does configure proxy and that action does work in our environment.
Desired result
I would like to be able to use this action when behind a proxy. The code should be updated to support this, as well as make it possible to configure the proxy URL, port, username, and password. Username and password should allow blank values.
Description
For our use case we require Splunk traffic to go via a proxy, which currently makes it impossible to use this alert action as the code doesn't deal with proxies in any way. I compared some of the code with https://github.com/guilhemmarchand/TA-ms-teams-alert-action (for Microsoft Teams) which does configure proxy and that action does work in our environment.
Desired result
I would like to be able to use this action when behind a proxy. The code should be updated to support this, as well as make it possible to configure the proxy URL, port, username, and password. Username and password should allow blank values.