Skip to content

Update certificates directory ownership and permissions #766

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

Merged
merged 2 commits into from
Mar 18, 2025

Conversation

QU3B1M
Copy link
Member

@QU3B1M QU3B1M commented Mar 18, 2025

Description

Change the default certificates directory ownership to wazuh-indexer:wazuh-indexer and set the permissions 500

Related Issues

Resolves #754

Validations

  • RPM package is installed, and the directory has the corresponding configuration
    $ sudo ls -ll /etc/wazuh-indexer/ 
    total 36
    dr-x------. 2 wazuh-indexer wazuh-indexer     6 Mar 18 10:57 certs
    ...
  • DEB package is installed, and the directory has the corresponding configuration
    $ sudo ls -ll /etc/wazuh-indexer/ 
    total 60
    dr-x------ 2 wazuh-indexer wazuh-indexer  4096 Mar 18 11:09 certs
    ...

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.licencese.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@QU3B1M QU3B1M self-assigned this Mar 18, 2025
@QU3B1M QU3B1M requested a review from a team as a code owner March 18, 2025 10:47
@AlexRuiz7 AlexRuiz7 merged commit 82a5fad into main Mar 18, 2025
3 checks passed
@AlexRuiz7 AlexRuiz7 deleted the enhancement/754-update-certs-ownership branch March 18, 2025 12:09
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

Successfully merging this pull request may close these issues.

MVP catch up - Indexer template
2 participants