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

Named IAM role capabilities #28

Closed
aidansteele opened this issue Aug 9, 2016 · 2 comments
Closed

Named IAM role capabilities #28

aidansteele opened this issue Aug 9, 2016 · 2 comments

Comments

@aidansteele
Copy link
Contributor

lib/stackup/stack.rb#L129 has the line:

options[:capabilities] ||= ["CAPABILITY_IAM"]

There's a new capability named CAPABILITY_NAMED_IAM, but there appears to be no way to use it with stackup. It would be great if this was added to the defaults (as above) or some way to specify capabilities was provided.

@mdub
Copy link
Contributor

mdub commented Aug 10, 2016

To clarify, are you talking about the stackup CLI?

For programmatic usage, you can try specifying a :capabilities option.

But yeah, it does sound worth adding this to the default set of capabilities.

@mdub
Copy link
Contributor

mdub commented Aug 20, 2016

My reading (of the CloudFormation documentation) suggests that CAPABILITY_NAMED_IAM is a superset of CAPABILITY_IAM, and therefore:

options[:capabilities] ||= ["CAPABILITY_NAMED_IAM"]

should suffice. Do you concur, @aidansteele?

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

2 participants