Merge pull request #1290 from wazuh/1282-change-wazuh-api-user
Change wazuh api username
This commit is contained in:
commit
3d6c66777f
@ -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