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

Fix account bootstrap on OU move #539

Merged
merged 1 commit into from
Oct 7, 2022

Commits on Oct 4, 2022

  1. Fix account bootstrap on OU move

    **Why?**
    
    When you move an account from the root to an OU, an event is emitted that should
    trigger the Account Bootstrap state machine.
    
    However, the task role that was configured did not have the necessary
    permissions to invoke the state machine.
    
    **What?**
    
    A new role is created that will enable the event to trigger the Account
    Bootstrap state machine.
    
    While investigating the issue, it was also noticed that the original task role
    had permissions that were no longer required. Those stale permissions are
    removed too.
    sbkok committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4d8bc00 View commit details
    Browse the repository at this point in the history