-
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
[Security Solution] Adjust detection engine routes codeowners #142570
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xcrzx Thank you for working on this improvement. I'm fine with both options: merging this PR and delaying until we do the folder restructure. Up to you and other reviewers!
/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/create_rule_exceptions_route* @elastic/security-solution-platform | ||
/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/find_rule_exceptions_route* @elastic/security-solution-platform | ||
/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/import_rules_route* @elastic/security-solution-platform | ||
/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/preview_rules_route* @elastic/security-detections-response-alerts | ||
/x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils @elastic/security-solution-platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with this workaround if it saves us some time short-term (like, this week), but long-term this approach is not really scalable and hardly maintainable. We won't be able to keep up with every file being added/deleted/moded/renamed/split and reflect this in the CODEOWNERS file.
I think we will be able to move stuff from the /x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules
folder to subdomains very soon (On Week!) as part of our subdomains efforts (#138600).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ Reorganizing our codebase is a much better approach. Hopefully, we'll have a chance to implement it soon. Meanwhile, we could merge this PR, as it might save us a few review pings.
Summary
Split ownership over the
security_solution/server/lib/detection_engine/routes/rules
folder between several areas.