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

Add frontend serverSecurity service

Open Desvelao opened this issue 5 months ago • 0 comments

Description

This pull request adds a serverSecurity client to the wazuh-core plugin and expose it to manage the security of the Wazuh server is a composition of old services:

  • WzUserPermissions
  • useUserPermissions
  • useUserPermissionsRequirements
  • withUserAuthorizationPrompt
  • withUserLogged
  • withUserPermissions
  • withUserPermissionsRequirements
  • WzButtonPermissions
  • WzElementPermissions

Issues Resolved

#6959

Test

Check List

  • [ ] All tests pass
    • [ ] yarn test:jest
  • [x] New functionality includes testing.
  • [x] New functionality has been documented.
  • [ ] Update CHANGELOG.md
  • [x] Commits are signed per the DCO using --signoff

Desvelao avatar Sep 27 '24 12:09 Desvelao