From ffd39b0191bc172b8fc68398213fd1459bd7f02e Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Fri, 3 Jul 2026 22:24:59 +0700 Subject: [PATCH] Add Wazuh agent authd.pass configuration in repository documentation --- docs/ref/getting-started/deployment/wazuh-agent.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ref/getting-started/deployment/wazuh-agent.md b/docs/ref/getting-started/deployment/wazuh-agent.md index 718718a3..fbf6da72 100644 --- a/docs/ref/getting-started/deployment/wazuh-agent.md +++ b/docs/ref/getting-started/deployment/wazuh-agent.md @@ -19,9 +19,11 @@ Follow these steps to deploy the Wazuh agent using Docker. # ... environment: - WAZUH_MANAGER_SERVER= + - WAZUH_REGISTRATION_PASSWORD= # ... ``` - **Note:** Replace `` with the actual IP address or hostname of your Wazuh manager. + **Note:** Replaces `` with the actual IP address or hostname of your Wazuh manager. + **Note:** Replaces `` with the password configured in the `/var/wazuh-manager/etc/authd.pass` file of the Wazuh manager server where you will connect. 3. Start the environment using `docker compose`: