Ryan Clark

Results 30 issues of Ryan Clark

When you make a tag of this repo, incrementing the `version` value in `package.json`, it breaks snapshot tests. See https://travis-ci.org/mapbox/ecs-watchbot/jobs/448992966#L966-L967 Is there some way we could avoid this in the...

dangerzone

There is an alarm when the dead letter queue's number of visible messages is greater than 0. This means you should get an email notification when the number increases from...

``` 2020-11-10T16:14:13Z [DEBUG] Error occurred while refreshing sampling rules. RequestError: send request failed caused by: Post "http://172.31.133.144:443/GetSamplingRules": dial tcp 172.31.133.144:443: i/o timeout ``` I have a container that's been logging...

enhancement

The rate flag only works right now when you're running in scan mode. `stream + --rate = crash`

Because of the `toString()` [here](https://github.com/mapbox/cloudfriend/blob/75fa1750e9330aecdd86edeb625fc3a83a4eb266/lib/intrinsic.js#L206), if you pass a object (e.g. a `"Ref"`) to `cf.split()`, it gets turned into `[object Object]`. ```js > cf.split(',', cf.ref('SomeParameter')) { 'Fn::Split': [ ',', '[object...

Right now, template validation will accept a template with IAM policies that are completely invalid. It could be interesting to try mixing in calls to `iam.simulateCustomPolicy()` with template validation. The...

By passing content via `TemplateBody` we can hit this restriction. When deploying a template, we would upload this to S3 and pass it via `TemplateUrl`. Cloudfriend's validation function ought to...

The idea of this rule is to alert when users log into the console directly vs. login through a federated endpoint. So far, we've just collected cloudtrail events representing these...

Why isn't installing secret-shield as a dependency in my repository sufficient? What's driving the demand that I manage a global npm secret-shield installation?

enhancement

The functionality provided here has been incorporated into cloudfriend. See - https://github.com/mapbox/cloudfriend/blob/master/lib/shortcuts/api.md#hookshotpassthrough - https://github.com/mapbox/cloudfriend/blob/master/lib/shortcuts/api.md#hookshotgithub Any future enhancements will be played out there. We should put pointers in this repository's readme,...

assembly-line