Rafe Kaplan

Results 7 comments of Rafe Kaplan
trafficstars

I have begun some work on this issue but have run into problems that I could use some support with (not to mention feedback on implementation approach and naming). https://github.com/classmethod/gradle-aws-plugin/pull/81

Thank you for integrating the work I tried to do to support named IAM capabilities. I'm a little worried that this integration might have been a little premature. As I...

Yes it looks like it is the cause. I suppose the work around is to create a policy file... Thanks. * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':cform:restapi:awsCfnMigrateStack'. at...

Having fixed the null pointer problem I am back to the original issue that the value of useCapabilityIam is not being passed along to the API call to Cloudformation. I...

I've identified the problem. I was directly accessing the attribute useCapabilityIam. It works properly when retrieved via accessors. Will send over a fix, plus implementation for create-change-set.

I'm not really able to grant access to create IAM resources as it poses a serious security issue (and though things remain iffy, we're trying to improve conditions). You said...

Where are you using gradle with cloud formation? On Mon, Sep 18, 2017 at 5:25 AM, iwanskit wrote: > My issue has been solved. > useCapabilityIam 'CAPABILITY_NAMED_IAM' on gradle cloudFormation...