-
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
[Alerts] whitelist configuration settings for cloud #51205
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
|
Now that email does whitelisting via PR #52221, we'll need to get |
I'm wondering if we should also expose and whitelist flags for each of the built in action types, like was discussed in #51784
Specifically I think webhook is something we may want to disable on cloud and not whitelist (at least for now) because of SSRF concerns. I'll open that as a separate issue, but wanted to mention it here as it would affect the list of configs to whitelist. |
The way the function was eventually implemented was with a single, new config value, Cloud whitelisting of this property was done in PR https://github.com/elastic/cloud/pull/46815 |
We have a few configuration settings for actions
xpack.actions.enabled
xpack.actions.whitelistedHosts
and alerts has
xpack.alerting.enabled
These will need to be whitelisted in order to be configurable in products like Elasticsearch Service. #50209 will enable the plugins by default so I don't think we need to expose those settings, but
xpack.actions.WhitelistedHosts
seems like it should be whitelisted and tested in ESS.The text was updated successfully, but these errors were encountered: