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

GlobalConfig: Toggling controlTower.landingZone.logging.organizationTrail does not update the ControlTower landing zone #703

Open
6 tasks done
florian-netlight opened this issue Jan 29, 2025 · 3 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@florian-netlight
Copy link

florian-netlight commented Jan 29, 2025

Describe the bug
Updating the configuration controlTower.landingZone.logging.organizationTrail in the global config does not effect the ControlTower landing zone. It is not updated and gets out of sync.

To Reproduce

  • Deploy the LZA with the following segment in global-config.yaml
controlTower:
enable: true
landingZone:
  version: '3.3'
  logging:
    loggingBucketRetentionDays: 365
    accessLoggingBucketRetentionDays: 365
    organizationTrail: true
  • Deploy the LZA with the following segment in global-config.yaml
controlTower:
enable: true
landingZone:
  version: '3.3'
  logging:
    loggingBucketRetentionDays: 365
    accessLoggingBucketRetentionDays: 365
    organizationTrail: false

Expected behavior
ControlTower landing zone is updated

Please complete the following information about the solution:

  • Version: v1.11.0
  • Region: eu-west-1
  • Was the solution modified from the version published on this repository? No
  • If the answer to the previous question was yes, are the changes available on GitHub? Not relevant
  • Have you checked your service quotas for the services this solution uses? Not relevant
  • Were there any errors in the CloudWatch Logs? Not relevant
@florian-netlight
Copy link
Author

When browsing through the code, I found out that there is one condition not checked which leads to this issue.
#704 should fix it.

The fix is to be verified.

@Athanasii Athanasii added the documentation Improvements or additions to documentation label Feb 4, 2025
@Athanasii
Copy link
Contributor

Thank you for raising this issue. We are looking into it.

@richardkeit
Copy link
Contributor

Hello @Athanasii ,

Please find a related issue raised against the TSE codebase that should be considered - aws-samples/landing-zone-accelerator-on-aws-for-tse-se#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants