change wazuh api username
This commit is contained in:
parent
ba756877dc
commit
f2e3248cf5
@ -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
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user