Chris Kelly

Results 10 issues of Chris Kelly

BuckyServer currently provides no way to limit the number/volume of keys, enabling anyone on the internet to spam new keys which can make a mess of a statsd/Graphite server. Optionally...

It'd be nice if Setler followed a pattern like https://github.com/svenfuchs/i18n so we could use something better/faster/stronger like TokyoCabinet or Redis (optionally) to store settings instead of storing them directly in...

### New feature motivation I'd like to be able to use prowler to detect, at least a subset of, infrastructure drift: where infrastructure no longer matches what is in configuration....

feature-request
need information
new check idea
status/awaiting-reponse
severity/informational
provider/aws

Pricing model: https://aws.amazon.com/cognito/pricing/ Specific terraform resources: * aws_cognito_identity_provider * aws_cognito_user_pool * aws_cognito_user_pool_client * aws_cognito_user_pool_domain * aws_cognito_user_pool_ui_customization

new resources
aws
needs details

`resource "aws_kms_key" "example" {}` is accounted for by infracost. `resource "aws_kms_replica_key" "example"` should be as well -> this is replicating a KMS key from one AWS region to another, the...

new resources
aws

**Description** When running driftctl against a state file stored by the most recent version of the terraform aws provider (now on 5.* as of recently), driftctl complains of errors reading...

kind/bug

Hello! We use terraform for everything, and are looking into trying out https://docs.sentry.io/product/crons/ . Given the architecture of our application, it would be a lot simpler to wire things up...

enhancement

### Terraform Version ```shell Terraform v1.3.9 on linux_arm64 ``` ### Use Cases We currently manage a "single-tenant" cloud application with a separate tenant for each of our customers. Each tenant...

enhancement
new