-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unattended must change API default password by default #1523
Comments
We want to be able to change the API password of certain users using the password tool, so a new functionality is going to be added to the password tool. This change will not only change the default API password when performing the unattended installation, but will allow us to change the password whenever we want. I have added the options --api , --id-api, --admin-user and --admin-password
To change the API password we need the current password, the id of the user we want to change, the user and the new password. For the user and the new password we have to include the --user and --password flags. Example of use:
Output:
|
The issue wazuh/wazuh-documentation#5578 could be related to this effort. |
Currently, the Wazuh installation assistant doesn't change the Wazuh API password by default and it must be implemented.
The text was updated successfully, but these errors were encountered: