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
Within rdk deploy, there is an option to configure SSM integration. This option uses an AutomationAssumeRole value, but isn't checked to ensure that it can actually be assumed by the SSM service.
We should add some simple validation here to provide intuitive error messages if a bad SSM IAM role/policy is passed to rdk deploy.
The text was updated successfully, but these errors were encountered:
Within
rdk deploy
, there is an option to configure SSM integration. This option uses anAutomationAssumeRole
value, but isn't checked to ensure that it can actually be assumed by the SSM service.We should add some simple validation here to provide intuitive error messages if a bad SSM IAM role/policy is passed to
rdk deploy
.The text was updated successfully, but these errors were encountered: