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 updating old global-iam stacks in the deployment account #711

Merged

Commits on Apr 7, 2024

  1. Fix updating old global-iam stacks in the deployment account

    **Why?**
    
    With PR awslabs#568, the policy names in the
    `adf-bootstrap/deployment/example-global-iam.yml` file were updated to
    ensure that they are unique. However, if the `example-global-iam.yml` was not
    updated recently, then copied/renamed to `global-iam.yml` it would overwrite,
    and or delete policies that were created by the `global.yml` stack instead.
    
    This creates an issue that is hard to debug unfortunately.
    
    **What?**
    
    This proposed change will introduce the ADF managed policy as defined in
    the `global.yml` stack of the deployment account. This way the policies are
    (re)created correctly.
    sbkok committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8560a7d View commit details
    Browse the repository at this point in the history