wazuh / wazuh-dashboard

Wazuh dashboard, the Wazuh UI platform
https://wazuh.com
Apache License 2.0
22 stars 49 forks source link

Add setcap for node fallback #226

Open lucianogorza opened 3 days ago

lucianogorza commented 3 days ago

Description

This PR fixes compatibility with certain operating systems that require older versions of node.

Issues Resolved

https://github.com/wazuh/wazuh-dashboard/issues/223

Test

  1. Generate wazuh-dashboard rpm package by followign this documentation.
  2. Create Vagrant box: bento/amazonlinux-2
  3. Perform step by step installation with these considerations(v4.9.0).
    • In the Dashboard installation use the generated packages:
      yum -y install [package_name]
  4. Wait around 10 seconds. Check the Wazuh dashboard status with
    systemctl status wazuh-dashboard.

Check List