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: relax KMS key ID property transforms #571

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

zrfr
Copy link
Collaborator

@zrfr zrfr commented Oct 15, 2024

We have property transforms that transform KMS key IDs into regex patterns matching the ARNs returned by the RDS API. These patterns did not work correctly in all regions, causing false drift detections to be reported. This change fixes the issue by relaxing the patterns so that they match when executed in all regions.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

We have property transforms that transform KMS key IDs into regex
patterns matching the ARNs returned by the RDS API. These patterns did
not work correctly in all regions, causing false drift detections to be
reported. This change fixes the issue by relaxing the patterns so that
they match when executed in all regions.
@zrfr zrfr added this pull request to the merge queue Oct 16, 2024
Merged via the queue into aws-cloudformation:master with commit c316d58 Oct 16, 2024
1 check passed
@zrfr zrfr deleted the kms-key-property-transform branch October 16, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants