We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Okta integration documentation, the securityadmin script needs to be executed multiple times to apply changed configuration, for example:
export JAVA_HOME=/usr/share/wazuh-indexer/jdk/ && bash /usr/share/wazuh-indexer/plugins/opensearch-security/tools/securityadmin.sh -f /etc/wazuh-indexer/opensearch-security/config.yml -icl -key /etc/wazuh-indexer/certs/admin-key.pem -cert /etc/wazuh-indexer/certs/admin.pem -cacert /etc/wazuh-indexer/certs/root-ca.pem -h 127.0.0.1 -nhnv
However, these commands require specifying the path to certificates, which may vary depending on the environment (e.g., Kubernetes).
To further assist users, I recommend adding notes on how to customize the complete command based on their specific environment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In Okta integration documentation, the securityadmin script needs to be executed multiple times to apply changed configuration, for example:
However, these commands require specifying the path to certificates, which may vary depending on the environment (e.g., Kubernetes).
To further assist users, I recommend adding notes on how to customize the complete command based on their specific environment.
The text was updated successfully, but these errors were encountered: