Skip to content

Commit

Permalink
Use dummy env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 23, 2024
1 parent fe2a906 commit 7f59d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f59d9a

Please sign in to comment.