Open benbenai7786 opened 1 year ago
[Traige] Hey @benbenai7786 I assume you followed the examples from https://github.com/opensearch-project/security/tree/main/config, @peternied can you please take a look and see what is the missing config to connect to LDAP? Thank you
@benbenai7786 For security configuration issues try searching for related issues in our forum or creating a new thread for support https://forum.opensearch.org/c/security/3
Hi guys,
I am trying use ldap authc by helm deployment. Here is my helm version:
The first way I tried was add ldap config in values.yaml, like below:
but not working
Then I tried use k8s secret mounted the config:
still not working
There is no error in the opensearch cluster and I can also see the config in /usr/share/opensearch/config/opensearch-security, Is there anything I missed?