change wazuh api username
This commit is contained in:
parent
ba756877dc
commit
f2e3248cf5
@ -11,6 +11,6 @@
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
api_port: 55000
|
api_port: 55000
|
||||||
api_proto: 'https'
|
api_proto: 'https'
|
||||||
api_user: wazuh
|
api_user: wazuh-wui
|
||||||
max_retries: 5
|
max_retries: 5
|
||||||
retry_interval: 5
|
retry_interval: 5
|
||||||
@ -21,8 +21,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"
|
||||||
|
|
||||||
# Xpack Security
|
# Xpack Security
|
||||||
kibana_xpack_security: false
|
kibana_xpack_security: false
|
||||||
|
|||||||
@ -31,8 +31,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"
|
||||||
|
|
||||||
# opendistro Security
|
# opendistro Security
|
||||||
kibana_opendistro_security: true
|
kibana_opendistro_security: true
|
||||||
|
|||||||
@ -10,7 +10,7 @@ wazuh_custom_packages_installation_agent_rpm_url: ""
|
|||||||
wazuh_agent_yum_lock_timeout: 30
|
wazuh_agent_yum_lock_timeout: 30
|
||||||
|
|
||||||
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
|
# We recommend the use of ansible-vault to protect Wazuh, api, agentless and authd credentials.
|
||||||
api_pass: wazuh
|
api_pass: wazuh-wui
|
||||||
authd_pass: ''
|
authd_pass: ''
|
||||||
|
|
||||||
wazuh_api_reachable_from_agent: yes
|
wazuh_api_reachable_from_agent: yes
|
||||||
@ -60,7 +60,7 @@ wazuh_managers:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
api_port: 55000
|
api_port: 55000
|
||||||
api_proto: https
|
api_proto: https
|
||||||
api_user: wazuh
|
api_user: wazuh-wui
|
||||||
max_retries: 5
|
max_retries: 5
|
||||||
retry_interval: 5
|
retry_interval: 5
|
||||||
register: yes
|
register: yes
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user