benkehoe / aws-sso-util

Smooth out the rough edges of AWS SSO (temporarily, until AWS makes it better).
Apache License 2.0
953 stars 72 forks source link

Docs: specify needed SAM capabilities in macro install instructions #120

Closed lmammino closed 4 months ago

lmammino commented 5 months ago

These avoids a first failed deployment with the annoying error:

Error: Failed to create changeset for the stack: aws-sso-util-cf-macro, ex: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state: For expression "Status" we matched expected path: "FAILED" Status: FAILED. Reason: Requires capabilities : [CAPABILITY_NAMED_IAM]

lmammino commented 5 months ago

Just realising that this is possibly a duplicate of #100... Not sure why this is not visible though...

iainelder commented 5 months ago

@lmammino #100 merged commit 0339c93 into the next branch on 2023-07-05.

I can't find that commit any more in in the next branch!

When you view the commit GitHub now displays the message:

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

@benkehoe , do you know what happened here? Has someone force-pushed over next?

benkehoe commented 4 months ago

Sorry for the delay, and I don't know what happened. I just fixed it directly.