-
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 SOLUTIONS] Meta to move cases everywhere #90905
Comments
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
it sounds like you're looking to create a plugin with the purpose of sharing a set of React components. If that is the case, I would instead suggest creating a package. Currently, the developer experience is a bit lacking to what the plugin dev is, happy to discuss further. But with the Bazel migration, this will quickly surpass it in the coming months. #92758 |
@tylersmalley @stephmilovic @michaelolo24 @kobelb and I met last week to talk about the diff between packages and plugin and we all realized that keeping our UI inside of the plugin of Cases is the way to go |
Moved 'Export Cases' use case to https://github.com/elastic/security-team/issues/1085 |
To get cases everywhere from other plugins than security solutions, we will need to do these steps:
UI
We will have to move these components and the associated ones to Case plugin, we will keep the routing of cases inside of the security solutions.
We will have to be cautious here about (hard dependency from security solution plugin):
useQueryAlerts
a dependency from detections teamPrivileges
Initial approach : Move Case privileges from security solution privileges to a customize sub-feature privileges. it will work the same way that it works for short URLs in Discover
@legrego was kind enough to share a lot of knowledge about sub feature
RBAC
The text was updated successfully, but these errors were encountered: