-
Notifications
You must be signed in to change notification settings - Fork 480
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
control-tower : utils.resources.makeManifestDocument does not honor current LZ Security OU naming #639
Comments
We have the same Issue is there any workaround or fix for it? Thanks |
@IklamA Checkout my PR for a fix |
@DavidChristiansen we have same issue and need a fix. Looks like your PR is not merged. |
According to the release docs for v1.11 that was release yesterday it includes:
I'm hoping to test it out asap 🙌🏼 Release link here |
Follow up: so I tested the fix, and yes it allows to have a custom named Control Tower Security OU. In my case this means I no longer have to have a placeholder/empty OU called Security, which is great 👍🏼 However what I'd really like to do is also be able to rename the Security OU again to something else. I presume it's because the name of the Security OU is saved in Control Tower and can't be edited (even through CLI 🥲) so until that s changed we're out of options on the LZA side. |
Describe the bug
When attempting to update the landing zone configuration, The manifest document generated does not cater for when the Security OU has been renamed. The correct value is returned in response from get-landing-zone api and should be used.
https://github.com/awslabs/landing-zone-accelerator-on-aws/blob/main/source/packages/%40aws-accelerator/lza-modules/lib/control-tower/utils/resources.ts#L165-L193
To Reproduce
aws controltower get-landing-zone --landing-zone-identifier <ARN>
Expected behavior
The control tower landing zone should be updated using a manifest that derives from the current landing zone configuration, obtained from
landingZoneDetails
Please complete the following information about the solution:
The text was updated successfully, but these errors were encountered: