Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of required IAM permissions to apply #124

Open
mbattifarano opened this issue Feb 9, 2017 · 3 comments
Open

List of required IAM permissions to apply #124

mbattifarano opened this issue Feb 9, 2017 · 3 comments

Comments

@mbattifarano
Copy link

It'd be great if the docs listed the minimum set of aws permissions needed to run gordon apply. The permission I eventually got to work are:

iam:*
s3:*
cloudformation:*
lambda:*

I'm happy to open a PR to update the docs, but I wanted to get some feedback on the list. In particular, if any of the permissions can be more specific.

@ericdmoore
Copy link

Agreed. Great idea to add to docs - assuming that is all that is needed.

@candlerb
Copy link

A minimal permission set would be very helpful. For example, iam:* is excessively broad: it allows creating users, adding users to groups, changing passwords etc.

@candlerb
Copy link

There is some excellent work in this area at serverless/serverless#1439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants