From 803c9b70622bf8bf6a0aa68ed64f8865c7b526f1 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Mon, 14 Feb 2022 17:46:32 -0300 Subject: [PATCH] docker-compose.yml configuration fixes --- indexer_certs_creator/config/entrypoint.sh | 2 +- production_cluster/wazuh_cluster/wazuh_manager.conf | 1 - production_cluster/wazuh_cluster/wazuh_worker.conf | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/indexer_certs_creator/config/entrypoint.sh b/indexer_certs_creator/config/entrypoint.sh index 0e86ce61..959f9e6d 100644 --- a/indexer_certs_creator/config/entrypoint.sh +++ b/indexer_certs_creator/config/entrypoint.sh @@ -9,4 +9,4 @@ echo "Moving created certificates to destination directory" cp /unattended_installer/install_functions/certs/* /certificates/ echo "changing certificate permissions" -chmod -R 664 /certificates/* +chmod -R 666 /certificates/* diff --git a/production_cluster/wazuh_cluster/wazuh_manager.conf b/production_cluster/wazuh_cluster/wazuh_manager.conf index 38a180d6..8b6c33cb 100644 --- a/production_cluster/wazuh_cluster/wazuh_manager.conf +++ b/production_cluster/wazuh_cluster/wazuh_manager.conf @@ -91,7 +91,6 @@ no 5m - 6h yes diff --git a/production_cluster/wazuh_cluster/wazuh_worker.conf b/production_cluster/wazuh_cluster/wazuh_worker.conf index bc0bbb8d..a91e6e16 100644 --- a/production_cluster/wazuh_cluster/wazuh_worker.conf +++ b/production_cluster/wazuh_cluster/wazuh_worker.conf @@ -91,7 +91,6 @@ no 5m - 6h yes