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

feature suggestion: option to create a deployment IAM user #11

Open
bvalosek opened this issue Mar 20, 2019 · 0 comments
Open

feature suggestion: option to create a deployment IAM user #11

bvalosek opened this issue Mar 20, 2019 · 0 comments

Comments

@bvalosek
Copy link

Great plugin... I find myself using it in nearly all of my sls projects now.

One thing I frequently do when using this plugin is to create an IAM user in the Resources section of my serverless.yml that has the minimally required permissions in order to run sls deploys in a CI/CD environment that strictly create a change set. This makes it easy then to create API keys for that user and have CI/CD use those creds to deploy cfn changesets automatically.

Would having an optional flag/config in this plugin that would automatically add that user and permissions to the cloudformation template make sense? This would remove having to copy/paste the same IAM user/permissions around, and this plugin can have a nice way of asserting the permissions it needs to create the changesets.

If this doesnt feel too niche or specific / out-of-scope, then I could start a PR.

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

1 participant