From 1f1d8626ef392dfc736c28b6d77bc26883c7c58f Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Mon, 4 Apr 2022 17:33:56 -0300 Subject: [PATCH] Set permission to 1000:1000 --- indexer-certs-creator/config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer-certs-creator/config/entrypoint.sh b/indexer-certs-creator/config/entrypoint.sh index d8975d0f..4da3adb6 100644 --- a/indexer-certs-creator/config/entrypoint.sh +++ b/indexer-certs-creator/config/entrypoint.sh @@ -66,7 +66,7 @@ echo "changing certificate permissions" chmod -R 500 /certificates chmod -R 400 /certificates/* echo "Setting UID indexer and dashboard" -chown 1000 /certificates/* +chown 1000:1000 /certificates/* echo "Setting UID for wazuh manager and worker" cp /certificates/root-ca.pem /certificates/root-ca-manager.pem cp /certificates/root-ca.key /certificates/root-ca-manager.key