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

Persist LDAP changes between updates #1590

Open
fermosan opened this issue Oct 21, 2024 · 2 comments
Open

Persist LDAP changes between updates #1590

fermosan opened this issue Oct 21, 2024 · 2 comments

Comments

@fermosan
Copy link

Hello,

Can we add opensearch-security/config.yml to the docker compose file to declare appropriate LDAP changes that will persist across updates ?

A certificate can also be defined for ldapcacert.pem as per instructions here:

https://documentation.wazuh.com/current/user-manual/user-administration/ldap.html

Thanks,

@LeighBennettCP
Copy link

Hi, I came across this problem myself. I found in the docker-compose.xml that there is a volume/mount assigned for these files already......

./config/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf

So the ossec.conf config file should be found in the multi-node or single-node base directories. For me this is:
/containers/wazuh/wazuh-docker/multi-node/config/wazuh_cluster/wazuh_worker.conf

./config/wazuh_indexer/config.yml:/usr/share/wazuh-indexer/opensearch-security/config.yml

So the config.yml config file should be found in the multi-node or single-node base directories. For me this is:
/containers/wazuh/wazuh-docker/multi-node/config/wazuh_indexer/config.yml

configuring those files should persist during upgrades?

@LeighBennettCP
Copy link

I also came across this bit of information if it helps...

https://groups.google.com/g/wazuh/c/yULmvyYW-Mg

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants