From 7f59d9a2d727bc66682e9c01d8c5c6dd185b9fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 23 Apr 2024 16:47:41 +0200 Subject: [PATCH] Use dummy env variables --- integrations/docker/amazon-security-lake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/amazon-security-lake.yml b/integrations/docker/amazon-security-lake.yml index cdd16c84850fd..2e48961d20b2b 100644 --- a/integrations/docker/amazon-security-lake.yml +++ b/integrations/docker/amazon-security-lake.yml @@ -80,7 +80,7 @@ services: LOG_LEVEL: trace LOGSTASH_KEYSTORE_PASS: "SecretPassword" MONITORING_ENABLED: false - AWS_ACCESS_KEY_ID: "AKIAYIPNU4FPODY4DHNS" + AWS_ACCESS_KEY_ID: "AKIAIOSFODNN7EXAMPLE" AWS_SECRET_ACCESS_KEY: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" AWS_REGION: "us-east-1" AUX_BUCKET: "indexer-amazon-security-lake-bucket" @@ -120,7 +120,7 @@ services: AWS_BUCKET: "wazuh-indexer-amazon-security-lake-bucket" AWS_ENDPOINT: "http://s3.ninja:9000" SOURCE_LOCATION: "wazuh" - ACCOUNT_ID: "567970947422" + ACCOUNT_ID: "111111111111" IS_DEV: true volumes: - ../amazon-security-lake/src:/var/task