matanolabs / matano

Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS
https://matano.dev
Apache License 2.0
1.44k stars 97 forks source link

Add a config option to not explicitly set S3 Block Public Access #125

Closed Samrose-Ahmed closed 1 year ago

Samrose-Ahmed commented 1 year ago

Unblocks users who have org policies preventing usage of s3:PutPublicAccessBlock API (#124).

Usage

Set aws.set_block_public_access as false in matano.config.yml:

# matano.config.yml

aws:
  account: "123456789012"
  region: "us-east-1"
  set_block_public_access: false