Joseph Heyburn

Results 32 issues of Joseph Heyburn

I currently have a GPM subscription alongside thousands of tracks that I've uploaded and I want to use gmusicapi to tell me what tracks I've uploaded vs what have been...

## Background Currently the only way to retrospectively scan objects in S3 buckets is via the `./manage.py` CLI tool. This blocks a 'set and forget' approach whereby we will have...

## Background It is a best practice to block public access to S3 buckets. The module currently creates a number of S3 buckets publicly. ## Desired Change Something akin to...

## 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...

## Background When no policy is attached to an SNS topic, the default SNS topic is used, which is very permissive for what actions are typically required against it. ```json...

## Background Currently the dynamoDB is encrypted using AWS managed keys. The `aws_dynamodb_table` resource permits use of encrypting this resource with a customer managed key as documented below. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/dynamodb_table#server_side_encryption ##...

to: @airbnb/binaryalert-maintainers cc: size: small resolves #166 ## Background It is a Terraform best practice to use descriptions and types for variables. This PR ensures that we respect that. ##...

## Background Typical Terraform pattern is to make use of the `description` field on variables to give context what they are used for. The `terraform.tfvars` file seems to have these...

## Background Currently SNS topics are not encrypted and thus are flagged as a security issue. ## Desired Change An equivalent KMS key generated for SNS. Here is an example...

## Background Typical usage of this module is build once, deploy once. And given that yara rules are compiled at build time, over time the lambda analyser that has been...