qwerty1q2w / discord_alert_action

1 stars 1 forks source link

bug: doesn't work when splunk requires traffic to go through a proxy #2

Open favna opened 2 months ago

favna commented 2 months ago

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.

qwerty1q2w commented 2 months ago

It is not a bug. I will try to add this feature later.

favna commented 1 month ago

@qwerty1q2w What is "later" in your eyes?