change wazuh api username

This commit is contained in:
vcerenu 2024-05-21 07:24:49 -03:00
parent ba756877dc
commit f2e3248cf5
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A
5 changed files with 9 additions and 9 deletions

View File

@ -11,6 +11,6 @@
protocol: tcp
api_port: 55000
api_proto: 'https'
api_user: wazuh
api_user: wazuh-wui
max_retries: 5
retry_interval: 5

View File

@ -21,8 +21,8 @@ wazuh_api_credentials:
- id: "default"
url: "https://localhost"
port: 55000
username: "wazuh"
password: "wazuh"
username: "wazuh-wui"
password: "wazuh-wui"
# Xpack Security
kibana_xpack_security: false

View File

@ -31,8 +31,8 @@ wazuh_api_credentials:
- id: "default"
url: "https://localhost"
port: 55000
username: "wazuh"
password: "wazuh"
username: "wazuh-wui"
password: "wazuh-wui"
# opendistro Security
kibana_opendistro_security: true

View File

@ -10,7 +10,7 @@ wazuh_custom_packages_installation_agent_rpm_url: ""
wazuh_agent_yum_lock_timeout: 30
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
api_pass: wazuh
api_pass: wazuh-wui
authd_pass: ''
wazuh_api_reachable_from_agent: yes
@ -60,7 +60,7 @@ wazuh_managers:
protocol: tcp
api_port: 55000
api_proto: https
api_user: wazuh
api_user: wazuh-wui
max_retries: 5
retry_interval: 5
register: yes

View File

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