-
Notifications
You must be signed in to change notification settings - Fork 276
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
Connect Opensearch to Active Directory #1449
Comments
Taking a first stab at the issue. Having said that, I'll transfer this to the security plugin as they might have more insights. |
Hi and thanks for your reply and for taking care to transfer the issue. |
@sevenval-admins The script should indeed be executed automatically assuming you have not mapped custom opensearch.yml config file with other settings. Did you try executing the script manually? Did it give you any errors during execution? |
As @sevenval-admins mentioned I haven't find a way to run the securityadmin script on startup. In case of changes, for example in config.yml I have to jump on a bash shell in the opensearch container and apply the changes via the script. Any insights from the security plugin team? |
Closing and tagging this issue (#1755) to the overall tools deprecation initiative as this no longer looks like an AD issue but a question about better ways of running the security admin tools. |
Describe the bug
Cannot connect Opensearch with Active Directory
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Using a custom config file should not prevent to run the services
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
According to the instructions here, I used docker-compose to start a Cluster. So far no problem, the containers start, I can log into the Dashboard and start sending logs to the Opensearch instances.
According to the instructions here I rewrote the file /usr/share/opensearch/plugins/opensearch-security/securityconfig/config.yml to connect Opensearch with my LDAP-Server.
The created file I then mounted as a volume inside the docker-compose.yml:
With docker-compose down -v I stopped the cluster and deleted the previously created volumes and with docker-compose up I restarted the cluster construction. The containers start but both the opesearch service and opensearch-dashboard are not reachable.
Opensearch-Dashboard Logs:
Opensearch-node Logs:
I saw that there is already an open Issue concerning the problem that when using custom config files, the containers do not work correctly.
The text was updated successfully, but these errors were encountered: