fix(route53): delegation fails with public and private hosted zones with same name#30439
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
CrossAccountZoneDelegationRecord fails with public and private hosted zones with same name
CrossAccountZoneDelegationRecord fails with public and private hosted zones with same nameCrossAccountZoneDelegationRecord fails with public and private hosted zones with same name
CrossAccountZoneDelegationRecord fails with public and private hosted zones with same nameCrossAccountZoneDelegationRecord fails with public and private hosted zones with same name
CrossAccountZoneDelegationRecord fails with public and private hosted zones with same name✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
...-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts
Outdated
Show resolved
Hide resolved
...-cdk/custom-resource-handlers/test/aws-route53/cross-account-zone-delegation-handler.test.ts
Show resolved
Hide resolved
...aws-cdk-testing/framework-integ/test/aws-route53/test/integ.cross-account-zone-delegation.ts
Show resolved
Hide resolved
...hot/asset.392b3833f117607db3f72dc30f3acf726cd6b17317a3da1598e52003fd21f86b/__entrypoint__.js
Show resolved
Hide resolved
fe5c606 to
9427584
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ith same name (aws#30439) ### Issue # (if applicable) Closes aws#30262. ### Reason for this change Route53 does not support subdomain delegation on Private Hosted Zones ([source](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zone-private-considerations.html#hosted-zone-private-considerations-delegating-subdomain)). `CrossAccountZoneDelegationRecord` should ignore Private Hosted Zones instead of throwing error. ### Description of changes In `CrossAccountZoneDelegationRecord` handler, filter out Private Hosted Zones. ### Description of how you validated changes Deployed a stack that uses the updated `CrossAccountZoneDelegationRecord` handler where the parent account has both public and private hosted zones with the same domain name. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Issue # (if applicable)
Closes #30262.
Reason for this change
Route53 does not support subdomain delegation on Private Hosted Zones (source).
CrossAccountZoneDelegationRecordshould ignore Private Hosted Zones instead of throwing error.Description of changes
In
CrossAccountZoneDelegationRecordhandler, filter out Private Hosted Zones.Description of how you validated changes
Deployed a stack that uses the updated
CrossAccountZoneDelegationRecordhandler where the parent account has both public and private hosted zones with the same domain name.Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license