Merge pull request #1290 from wazuh/1282-change-wazuh-api-user

Change wazuh api username
This commit is contained in:
Gonzalo Acuña 2024-05-22 08:58:06 -03:00 committed by GitHub
commit 3d6c66777f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ wazuh_api_credentials:
- id: "default" - id: "default"
url: "https://localhost" url: "https://localhost"
port: 55000 port: 55000
username: "wazuh" username: "wazuh-wui"
password: "wazuh" password: "wazuh-wui"
# Dashboard Security # Dashboard Security
dashboard_security: true dashboard_security: true