Skip to content
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

Add note on different certificates path for Kubernetes deployment in Okta documentation #7495

Open
Rebits opened this issue Jul 2, 2024 · 0 comments
Labels
level/task Task issue type/bug Bug issue

Comments

@Rebits
Copy link
Member

Rebits commented Jul 2, 2024

Description

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.

@Rebits Rebits added level/task Task issue type/bug Bug issue labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
None yet
Development

No branches or pull requests

1 participant