From 57c1de55b5c7c656e4f833d36e78f5212f42c89f Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Tue, 13 Jan 2026 00:08:55 +0700 Subject: [PATCH 1/3] Modify run_as parameter value --- build-docker-images/wazuh-dashboard/config/wazuh_app_config.sh | 2 +- multi-node/config/wazuh_dashboard/wazuh.yml | 2 +- single-node/config/wazuh_dashboard/wazuh.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-docker-images/wazuh-dashboard/config/wazuh_app_config.sh b/build-docker-images/wazuh-dashboard/config/wazuh_app_config.sh index 76ecdc7f..674ae9fc 100644 --- a/build-docker-images/wazuh-dashboard/config/wazuh_app_config.sh +++ b/build-docker-images/wazuh-dashboard/config/wazuh_app_config.sh @@ -5,7 +5,7 @@ wazuh_url="${WAZUH_API_URL:-https://wazuh}" wazuh_port="${API_PORT:-55000}" api_username="${API_USERNAME:-wazuh-wui}" api_password="${API_PASSWORD:-wazuh-wui}" -api_run_as="${RUN_AS:-false}" +api_run_as="${RUN_AS:-true}" dashboard_config_file="/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml" diff --git a/multi-node/config/wazuh_dashboard/wazuh.yml b/multi-node/config/wazuh_dashboard/wazuh.yml index 59a44de1..acb0b1a7 100644 --- a/multi-node/config/wazuh_dashboard/wazuh.yml +++ b/multi-node/config/wazuh_dashboard/wazuh.yml @@ -4,4 +4,4 @@ hosts: port: 55000 username: wazuh-wui password: "MyS3cr37P450r.*-" - run_as: false + run_as: true diff --git a/single-node/config/wazuh_dashboard/wazuh.yml b/single-node/config/wazuh_dashboard/wazuh.yml index ef429153..5ff4e2be 100644 --- a/single-node/config/wazuh_dashboard/wazuh.yml +++ b/single-node/config/wazuh_dashboard/wazuh.yml @@ -4,4 +4,4 @@ hosts: port: 55000 username: wazuh-wui password: "MyS3cr37P450r.*-" - run_as: false + run_as: true From 78df3b454ab29f77e897e8eacc5ad0b84a73603a Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Tue, 13 Jan 2026 00:11:38 +0700 Subject: [PATCH 2/3] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45fb2fb..01bbab2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed +- Modify run_as parameter value ([#2157](https://github.com/wazuh/wazuh-docker/pull/2157)) - Adapt Wazuh Agent Dockerfile for multi-architecture support ([#2149](https://github.com/wazuh/wazuh-docker/pull/2149)) - Agent group parameter added ([#2127](https://github.com/wazuh/wazuh-docker/pull/2127)) - Adapt to multi architecture build ([#2120](https://github.com/wazuh/wazuh-docker/pull/2120)) From 65ee71c9455bc91bda5db442e56f63e57bb0e5fa Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Tue, 13 Jan 2026 00:21:35 +0700 Subject: [PATCH 3/3] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01bbab2c..23a66071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. ### Changed -- Modify run_as parameter value ([#2157](https://github.com/wazuh/wazuh-docker/pull/2157)) +- Modify run_as parameter value - v4.14.3 ([#2157](https://github.com/wazuh/wazuh-docker/pull/2157)) - Adapt Wazuh Agent Dockerfile for multi-architecture support ([#2149](https://github.com/wazuh/wazuh-docker/pull/2149)) - Agent group parameter added ([#2127](https://github.com/wazuh/wazuh-docker/pull/2127)) - Adapt to multi architecture build ([#2120](https://github.com/wazuh/wazuh-docker/pull/2120))