-
Notifications
You must be signed in to change notification settings - Fork 134
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
Deploy on Acceptance stage failing #416
Comments
I'm also getting this on deploy. Not sure if anything has changed here but it seems that |
I also can't seem to work out a way to override that policy as the custom CloudFormation templates attempt to append the extra policies to the existing array and I can't just modify the CloudFormation template directly as the |
By the way, in case it's relevant, I'm using version |
OK, a couple of updates on this issue. I have managed to test out some alternative permissions by changing the role manually after I needed to add both |
When changing |
Hi, I had the same issue but using mu 1.5.10. I've changed the ARN / Resource ID opt in for Fargate/ECS, as highlighted here: issues/414 and this appears to work without the above IAM changes. |
@chris-d-edwards I tried to opt in for the new ARN / Resource ID format but still getting the same error. I am using mu version 1.5.10 |
Hi @williamn you need to opt out, so the boxes should be unchecked. Apologies my comment wasn't clear, if you read through the 414 issue, it states that the new format causes the issue. |
I'm facing the same issue. Changing the ARN / Resource ID format had no impact (I was already opted out and opting in made no difference). I've tried adding the permissions mentioned above to the role that was being assumed when the error is reported but haven't had any luck. |
Actually I was configuring the additional roles in the wrong place, once I added them to the |
Just tried the quickstart and had this same issue. Shouldn't the quickstart work out of the box? |
I tried to follow the Quickstart tutorial but deployment on Acceptance stage is failing, here is the output from
mu svc show
:Took a look at the CloudWatch logs, here is what I found:
I ran the command
mu svc show
using an AdministratorAccess granted IAM user. So I guess permission should not be the issue here.The text was updated successfully, but these errors were encountered: