We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users may want binaryalert to scan buckets that were created outside of the module. It should support this functionality.
Weirdly, it looks like this functionality was partly included as documented here, via the variables:
external_s3_bucket_resources
external_kms_key_resources
But a more automated way should be implemented so the user doesn't need to change anything.
Create new variable external_s3_bucket_arns that will notify the analyzer SQS queue on new objects created. Adjust permissions accordingly.
external_s3_bucket_arns
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Users may want binaryalert to scan buckets that were created outside of the module. It should support this functionality.
Weirdly, it looks like this functionality was partly included as documented here, via the variables:
external_s3_bucket_resources
external_kms_key_resources
But a more automated way should be implemented so the user doesn't need to change anything.
Desired Change
Create new variable
external_s3_bucket_arns
that will notify the analyzer SQS queue on new objects created. Adjust permissions accordingly.The text was updated successfully, but these errors were encountered: