thegreenwebfoundation / green-cost-explorer

See how much of your cloud bill is spent on fossil fuels ,so you can do the right thing and switch. We're in a climate crisis, remember?
Apache License 2.0
171 stars 18 forks source link

Warn if the AWS keys in use have more privileges than you need for cost explorer #8

Open mrchrisadams opened 5 years ago

mrchrisadams commented 5 years ago

Because you can npm install js in loads of places, and because you could plausibly put this on glitch or other such services, it makes sense to have some safeguard to either warn you, or not run if a set of credentials with more privileges than are strictly needed have been detected.

I don't know how to do this yet, but I'm hoping some kind soul might.

C