Skip to content

v0.14.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 08 Dec 16:21
8fc0b94
Add assume role policy conditions and managed iam policies @sebastianmacarescu (#33)

what

  • option to attach AWS Managed IAM policies to created role
  • option to add conditions to trust policy

why

  • we should be able to use aws managed policies (or any other policies) and not create new ones dedicated for this role
  • we should be able to add conditions on who can assume this role (mfa enabled, be part of organization, specific session name, etc)

references