wazuh-dashboard-plugins icon indicating copy to clipboard operation
wazuh-dashboard-plugins copied to clipboard

Remove unused app settings

Open Desvelao opened this issue 3 years ago • 1 comments

Wazuh Elastic Rev Security
4.x 7.x 4xxx Basic, ODFE, Xpack
Browser
Chrome, Firefox, Safari, etc

Description There are some settings that were deprecated and they are still appearing in the plugin. They are:

  • [x] xpack.rbac.enabled
    • [x] appear in the initial configuration file (wazuh.yml)
  • [ ] ip.selector
    • [x] appear in the initial configuration file (wazuh.yml)
    • [ ] there is some behavior that could be not working or creating a bug: https://github.com/wazuh/wazuh-kibana-app/blob/4.3-7.10/public/components/wz-menu/wz-menu.js#L679. We should test it.
      • [ ] if we remove the conditional to get the value of APISelector cookie, we should remove the static method of AppState service. https://github.com/wazuh/wazuh-kibana-app/blob/4.3-7.10/public/react-services/app-state.js#L284-L291

Desvelao avatar Mar 23 '22 13:03 Desvelao

The stuff related to the wazuh.yml has been addressed in #4378

AlexRuiz7 avatar Aug 04 '22 10:08 AlexRuiz7