Greetings,
We have 2 indexers, 2 servers and a dashboard running Rocky Linux 8.7 in our test environment, all installed using the installation assistant script as instructed in the documents, with the -i option since we are not using any of the recommended distributions.
When accessing the dashboard, there was not connection to the API. I ran the request suggested in the
troubleshooting guide:
curl -k -X GET "https://<api_url>:55000/" -H "Authorization: Bearer $(curl -u <api_user>:<api_password> -k -X GET 'https://<api_url>:55000/security/user/authenticate?raw=true')"
and obtained the following output:
{"title": "Unauthorized", "detail": "No authorization token provided"}
Only when changing the api password using the wazuh-passwords-tool.sh script we could connect to the API. We used the correct password as it's in wazuh-install-files/wazuh-passwords.txt . What could have caused this problem? Is it because we are not installing it on a supported OS and there is something failing at some point due to that fact?
Any idea about what could cause this would be immensely appreciated, since it's an important step before we move this into production.
Best Regards,
Joaquim Antonio