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

Remove security admin commented lines in Wazuh indexer entrypoint #1291

Closed
teddytpc1 opened this issue Apr 8, 2024 · 0 comments · Fixed by #1292
Closed

Remove security admin commented lines in Wazuh indexer entrypoint #1291

teddytpc1 opened this issue Apr 8, 2024 · 0 comments · Fixed by #1292
Assignees
Labels

Comments

@teddytpc1
Copy link
Member

Description

Some commented lines should be removed in the Wazuh indexer entrypoint.sh as they are deprecated:

#if [[ "$DISCOVERY" == "single-node" ]] && [[ ! -f "/var/lib/wazuh-indexer/.flag" ]]; then
# run securityadmin.sh for single node with CACERT, CERT and KEY parameter
# nohup /securityadmin.sh &
# touch "/var/lib/wazuh-indexer/.flag"
#fi

@CarlosALgit CarlosALgit self-assigned this Apr 9, 2024
@teddytpc1 teddytpc1 changed the title Remove commented lines in Wazuh indexer entrypoint Remove security admin commented lines in Wazuh indexer entrypoint Apr 9, 2024
teddytpc1 added a commit that referenced this issue Apr 9, 2024
…d-lines

securityadmin commented lines in Wazuh indexer entrypoint removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants