feat(route53): allow specifying an STS region when creating a cross-account zone delegation#29466
feat(route53): allow specifying an STS region when creating a cross-account zone delegation#29466mergify[bot] merged 12 commits intoaws:mainfrom naiello:route53-cross-account-sts-region
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.
...-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts
Outdated
Show resolved
Hide resolved
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Please double-check the integ test changes as this is my first contribution to aws-cdk. The tests are passing on my personal account(s), but I'm not sure how to verify they'll pass properly in the CICD. |
…ccount zone delegation
|
...-cdk/custom-resource-handlers/lib/aws-route53/cross-account-zone-delegation-handler/index.ts
Show resolved
Hide resolved
...aws-cdk-testing/framework-integ/test/aws-route53/test/integ.cross-account-zone-delegation.ts
Show resolved
Hide resolved
|
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). |
|
@Mergifyio update |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
|
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). |
Issue # (if applicable)
n/a
Reason for this change
In certain circumstances, the default STS region resolution logic will not properly select a region due to the hardcoded mapping between region prefixes and STS regions.
Description of changes
This change allows callers to specify a region in which STS will be called.
Description of how you validated changes
Unit tests were added to aws-cdk-lib. Integ tests were updated and pass on my personal accounts, but I'm not sure how to check if they'll pass in CI.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license