-
Notifications
You must be signed in to change notification settings - Fork 181
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
Extract common services from main plugin #6959
Comments
AnalysisFrontend side:Common services:
Others:
Port servicesFrontend
|
Frontend -
|
Frontend - serverSecurityThe
Expose hooks, HOCs and UI elements related to the user permissions. |
Frontend - stateThe
The state containers provides a mechanism to manage a specific state. For example, some data is stored in cookies, others could be managed in-memory, local storage, session storage. Others plugins can register new state containers. The service creates hooks and HOCs that are exposed through the plugin lifecycle. |
Description
Historically the main Wazuh dashboard plugin contains many common services needed for the different modules to work. We are in the process of segregating the different modules into decoupled plugins, so we need a common service provider for all of them. Therefore we need to evaluate which services are common to the modules and extract them from main plugin into a common service provider plugin.
Objective
Tasks
The steps that have to be completed in order to close the issue.
Functional requirements
The text was updated successfully, but these errors were encountered: