-
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
Allow-list Task Manager configuration in cloud #56478
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
It probably makes sense to set hard-coded limits on these, in a separate PR. Reason: whitelisting these will be advertising them to some extent, and without limits, I feel like we're shipping a foot-gun. Just opened issue #56573 for that, didn't immediately find an existing open issue. |
Yup, I was going to do it as part of this issue (2 PRs in one issue) but fair enough, as I didn't actually document that 😬 |
Task should wait and see if new configuration variables are created by #65552. |
@elastic/kibana-alerting-services It was mentioned that there might be additional task manager configs that we would want exposed in the cloud. Do we have an idea of what they are so they can be rolled into this issue? |
++ there's no list of what other configs should be included but it's worth taking a look through our plugins (alerts, actions, event log, task manager, etc) to see if there's anything else you think should be allow-listed on cloud. You can summarize that list in this thread and if you're not sure on one of them, you can add it with a question mark or something. |
These are the configurations I've found in our plugins: According to @gmmorris comment here, we may want to expose Do we need any of the Thoughts? |
I don't think any of the So No opinion on TM settings, other than I feel like maybe exposing the bare minimum right now would be good - kibana/x-pack/plugins/task_manager/server/config.ts Lines 39 to 103 in d7a7822
Not opposed to doing it in this PR, since I think we can just add the additional schema options, but we will have to make a decision on the numbers! For actions, I think the following:
I'd love to allowList |
To summarize the comments I've seen so far, I will be adding:
|
In order to support tweaking Task Manager's behaviour in cloud, we need to allow some config values.
We definitely need to allow-list:
We should consider allow-listing:
The text was updated successfully, but these errors were encountered: