Merge pull request #1901 from wazuh/bug/1900-wazuh-wui

Changed Wazuh API username to wazuh-wui
This commit is contained in:
Carlos Bordon 2026-01-13 11:02:10 -03:00 committed by GitHub
commit a2b94ea37f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- None - Changed Wazuh API username to wazuh-wui ([#1901](https://github.com/wazuh/wazuh-ansible/pull/1901))
### Deleted ### Deleted

View File

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