Skip to content

Commit

Permalink
Remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 23, 2024
1 parent a3c3cce commit cada908
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# build files
artifacts/
*.deb
*.rpm
*.zip
*.tar.gz

integrations/amazon-security-lake/package

.java
.m2
Expand Down
4 changes: 1 addition & 3 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ services:
AWS_ACCESS_KEY_ID: "AKIAYIPNU4FPODY4DHNS"
AWS_SECRET_ACCESS_KEY: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
AWS_REGION: "us-east-1"
AUX_BUCKET: "wazuh-indexer-aux-bucket"
AWS_BUCKET: "wazuh-indexer-amazon-security-lake-bucket"
AUX_BUCKET: "indexer-amazon-security-lake-bucket"
AWS_ENDPOINT: "http://s3.ninja:9000"
ports:
- "5000:5000/tcp"
Expand Down Expand Up @@ -122,7 +121,6 @@ services:
AWS_ENDPOINT: "http://s3.ninja:9000"
SOURCE_LOCATION: "wazuh"
ACCOUNT_ID: "567970947422"
IAM_ROLE_ARN: ""
IS_DEV: true
volumes:
- ../amazon-security-lake/src:/var/task
Expand Down

0 comments on commit cada908

Please sign in to comment.