From c86e4ab239e8440ec8b56893630e6139a7034498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 13 Jan 2026 11:06:10 -0300 Subject: [PATCH 1/2] run_as true added --- roles/wazuh/wazuh-dashboard/templates/wazuh.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/wazuh/wazuh-dashboard/templates/wazuh.yml.j2 b/roles/wazuh/wazuh-dashboard/templates/wazuh.yml.j2 index 5755a366..552d93a0 100644 --- a/roles/wazuh/wazuh-dashboard/templates/wazuh.yml.j2 +++ b/roles/wazuh/wazuh-dashboard/templates/wazuh.yml.j2 @@ -131,4 +131,5 @@ hosts: port: {{ api['port'] }} username: {{ api['username'] }} password: "{{ api['password'] }}" + run_as: true {% endfor %} From d4a036b87b41ddd76dc47e08b34b4f5905b0244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 13 Jan 2026 11:08:30 -0300 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c28990..ef566eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. ### Fixed +- Added run_as as true by default ([#1902](https://github.com/wazuh/wazuh-ansible/pull/1902)) - Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901)) ### Deleted