-
Notifications
You must be signed in to change notification settings - Fork 95
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
Modify the security configuration steps to avoid securityadmin use #1968
Comments
Update ReportTestingI will test the behavior of the indexer in multiple scenarios: the installation of a single-node indexer and a distributed installation. In these tests, the Single nodeInstallation and stating service Show log
wazuh-cluster.log Show log
Found errors
✔️ The number of errors are reduced. Show log
Multi node (two nodes)Installation and stating service Show log
wazuh-cluster.log Show log node-1
Show log node-2
Found errors
❌ The number of errors is not reduced. Show errors of node-1
Show errors of node-2
Next stepsIt is necessary to discuss with the team if it is worth performing this change. If it is, the next steps would be:
|
Update ReportDevelopmentThe indexer packages were generated by running the If we install these new packages, we can see that the new option is added in the
|
Update ReportTestA test has been done to check the behavior of this option. I tried to:
This test checks if the Wazuh indexer with the new parameter (run 🔴 The result is that the Wazuh indexer reads this configuration but it does not use it. Instead, it uses the default configuration. If we read the description of the parameter (https://opensearch.org/docs/latest/security/configuration/yaml/):
In conclusion, if we want to change the passwords of the Maybe it would be recommended to wait for OpenSearch to release the alternative of the |
This issue goes to "On hold" until OpenSearch releases the |
Blocked by: opensearch-project/security#1755 |
Description
Hello!
We have detected in this issue #1582 that there is a configuration option to set up automatically the security configuration without running security admin tool which is deprecated.
The parameter is
plugins.security.allow_default_init_securityindex: true
Tasks
Validation
wazuh-cluster.log
file asking to runsecurityadmin
after reboot #1582 states.The text was updated successfully, but these errors were encountered: