Hey All,
We just upgraded to latest version and now for some reason the api user is not working.
I've re created it using the following command
curl -k -X POST "
https://localhost:55000/security/users?pretty=true" -H "accept: application/json" -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d "{\"username\":\"<USER>\",\"password\":\"<PASSWORD>\"}"
I've updated the conf file
/usr/share/kibana/data/wazuh/config/wazuh.yml:
hosts:
- 1578471002127:
url: https://<IP>
port: 55000
user: <USER>
password: <PASS>
While trying to test the api from the web I'm getting the following err:

the log shows
Jun 20, 2023 @ 16:15:00 ERROR Request failed with status code 401
I will really appreciate some help :)