Closed gmmorris closed 4 years ago
Pinging @elastic/kibana-alerting-services (Team:Alerting Services)
Slack - as it needs custom error responses. Issues submitted to Platform: #65045
That issue was closed with "The recommended solution for this particular use-case is to switch to another HTTP server", so I think we'll have a bit more work to do here than originally thought. Basically, we need to pull in some other HTTP server or use node http APIs bare (painful) instead of the in the FTS we currently run them with.
Webhook - as it uses a custom authorisation type which Platform doesn't expose anymore.
I don't know much about this one, but if we do end up needing a new server for Slack, then probably the easiest way to deal with Webhook is to also use the separate server for that as well.
We couldn't migrate the following fixtures:
Regarding Webhook we should look into whether this custom auth is really needed and if so - submit an issue to Platform. Hopefully we can just change how we test this.