Mike Grima
Mike Grima
The S3 `ListBuckets` call will spike in the collector when there are frequent bucket events that occur. `ListBuckets` is an expensive call to AWS, and we will need to significantly...
Bucket Snake does not currently grant `s3:ListAllMyBuckets`. This means that listing all buckets in an account cannot be added by Bucket Snake. This should probably be supported. This would likely...
Need to support a "dry-run" flag which makes no mutations to the environment.
Need to switch over to SWAG for which accounts are enabled/disabled, and for which buckets should be off-limits.
- Removed all boto2 stuff (this was causing Deprecation warnings when using the decorator) - Removed all GCP stuff (was deprecated long ago) - Removed all OpenStack stuff (was deprecated...
Need to document the required IAM permissions for use of this library.
CloudAux needs to fetch details from Cloud Front. Security Monkey also needs to have watchers for it.
Starfleet should support IAMbic's `expires_at` field with a custom field that follows a `YYYY-MM-DD` format instead of the field supported by IAMbic as Starfleet's workers are idempotent and lack state....