You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to changelog comment 44e92e7, "Adding aws-account-id to your settings will make gordon not require any IAM permissions" as of commit fba74a0.
But this needs clarification. Whilst gordon itself may not perform an IAM lookup, it still needs IAM permissions in order to deploy a stack.
Even when providing aws-account-id I still needed to provide these or else I got cloudformation failures:
According to changelog comment 44e92e7, "Adding
aws-account-id
to your settings will make gordon not require any IAM permissions" as of commit fba74a0.But this needs clarification. Whilst gordon itself may not perform an IAM lookup, it still needs IAM permissions in order to deploy a stack.
Even when providing aws-account-id I still needed to provide these or else I got cloudformation failures:
The first four were required to get as far as creating the stack, and GetRole seems to be required as part of lambda deployment:
Relates to #124.
The text was updated successfully, but these errors were encountered: