-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy support for action type slack, nodemailer, etc? #50267
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
A quick peek through NPM shows some popular proxy libraries
The first two are related - the first calls the second - and the first seems to cover "http and https proxies" and not just SOCKS proxies. I'm guessing that watcher supports just SOCKS, but I haven't peeked yet. The first two also work by supplying a special agent on the http request, which makes them a little easier to use, but only if agent is something you can send into our http request library. |
Added note: the goal of this issue is for all the action types to work when using a proxy. |
I would like to cc @elastic/kibana-platform on this one. It feels for me like we should start having a general proxy setting, and a client on the serverside available that takes care of proxying requests, so every code that needs to make outbound requests take care of it, and you don't need to configure a separate proxy for all the separate applications. Leaving aside whether we need to find an intermediate solution for alerting I would be curious to hear the platform teams thoughts on this. |
We have an issue open to support this functionality #41960 without ETA though. Do you have an idea when you need it? |
@restrry We are aiming to have a solution by the time our server side APIs become GA in 7.10. |
@joshdover FYI and our 7.10 planning |
Is there a generic http proxy setting? nodemailer will want smtp proxy (???) or maybe socks?
The text was updated successfully, but these errors were encountered: