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

Support CloudFormation service roles for all stack actions #118

Open
bengel-ias opened this issue May 14, 2019 · 1 comment
Open

Support CloudFormation service roles for all stack actions #118

bengel-ias opened this issue May 14, 2019 · 1 comment

Comments

@bengel-ias
Copy link
Contributor

We are using a service role for managing permissions by the cloudformation plugin. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html for details. This means that we need to pass the roleArn into the cloud formation clients requests. See the Javadoc for relevant property: https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/cloudformation/model/CreateStackRequest.html#setRoleARN-java.lang.String-

This could be as simple as a new property 'cloudformation.roleArn' in AbstractCloudformationMojo that is used in all create/update/delete stack requests.

@aldrinleal
Copy link
Member

PRs are welcome!

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