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
Fix updating old global-iam stacks in the deployment account (#711)
**Why?**
With PR #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.
Copy file name to clipboardExpand all lines: src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/lambda_codebase/enable_cross_account_access.py
0 commit comments