Skip to content
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

Modify CFT to allow for Multiple IAMUsers and Multiple ManagedAccounts #1

Open
danbryan opened this issue Sep 8, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@danbryan
Copy link
Contributor

danbryan commented Sep 8, 2018

IAMAccount.template

  • Change IAMUser to IAMUsers, with type CommaDelimitedList
  • Change ManagedAccount to ManagedAccounts, with type CommaDelimitedList
  • Change addUserToGroup to add each user defined in IAMUsers to the Group.
  • Change MacGroup PolicyDocument to add one Policy Statement Resource for each Managed Account

If this can not be done in native CFT, then create a Lambda Job to take the IAMUsers, and ManagedAccounts as payload, and return the proper CFT syntax that can be substituted in.

@danbryan danbryan added the enhancement New feature or request label Sep 8, 2018
@danbryan danbryan changed the title Create CloudFormation template to configure IAM. Modify CFT to allow for Multiple IAMUsers and Multiple ManagedAccounts Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant