-
Notifications
You must be signed in to change notification settings - Fork 186
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
Rollback the system to save the configuration to configuration file #6570
Comments
Changes (24/04/02)
|
Declare the setting is configurable from filetype TPluginSetting = {
store: {
file: {
configurable?: boolean
}
}
} |
Refactor the path to the configuration file displayed on the UIThe path to the configuration file displayed on the UI had a hardcoded value. This will be a bug if the configuration file is stored in another path. I created a mechanism to retrieve the path of the configuration file from the backend through the This value is coming from the
|
Fix the inaccessible view of Miscellaneous tab on App SettingsThe pull request https://github.com/wazuh/wazuh-dashboard-plugins/pull/6337/files#diff-b75dc065dc395d5362392d5d6c18b449c4334a8ad31b2af1c698f25b37fde225L156-L165 removed the logic that does possible the I have fixed to be accessible again. |
ResearchI am researching a found bug that was introduced on #6337 causing some settings could not be updated from App Settings due to a validation error in the Update: I fixed the problem refactoring the validations in the backend and frontend side. Changes:
|
Changes
|
Changes
|
Rollback the consideration of the administrator userThe users considered as administrator was changed on #6337, that was based on the permissions to access to the security API of Wazuh indexer. We do a rollback to the previous system based on the Wazuh API roles that the user must have the Changes
Screenshots |
WIP
|
Changes
|
Declare the setting is configurable from filetype TPluginSetting = {
store: {
file: {
configurableManaged?: boolean
defaultBlock?: string
transformFrom?: (value: any) => any
}
}
} |
Changes
|
Description
In a previous issue #6201, we replaced the system to save the plugin settings into a saved object. We have considered the new system includes some breaking changes, so we delay the change of the configuration system to a future release. So, we will do a rollback to the previous system based on the configuration file, but we keep the enhancements applied in the other issue.
Tasks
ManageHosts
serviceApp settings
The text was updated successfully, but these errors were encountered: