jpsim / AWSPics

An AWS CloudFormation stack to run a serverless password-protected photo gallery
https://awspics.net
MIT License
219 stars 60 forks source link

Required IAM permissions #3

Open dougtoppin opened 7 years ago

dougtoppin commented 7 years ago

You might consider including in the README the IAM role/policies that are required to complete the entire process. Since this has specific functionality it can be useful to do it using a discrete and limited set of capabilities in your account.

jpsim commented 7 years ago

I agree this is something that should be done. I likely won't get to it myself though, so if anyone wants to help out, PRs are appreciated!

dougtoppin commented 7 years ago

I started on it last night and will try a few combinations over the next week or two. Will PR if I can narrow it down. tks for the work and repo. I've been looking for something like this for a while.

jpsim commented 7 years ago

I'm glad to hear that. Thanks for your interest in contributing! 👏

dougtoppin commented 6 years ago

I started some work on this. The process that I am following is to create a IAM user with no perms and add them as needed for each function. I will also file a few issues as I go along and should be able to reference them when I make some progress.

dougtoppin commented 6 years ago

I expect to be able to put some time in on this again this weekend. More to come.