feat(apigateway): update domain name security policy#36643
feat(apigateway): update domain name security policy#36643
Conversation
I would give the implementation for the RestApi a shot. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
|
||||||||||||||
|
|
||||||||||||||
|
Hey @pahud I implemented the changes also for the RestApi. |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
1 similar comment
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
# Conflicts: # packages/aws-cdk-lib/aws-apigateway/lib/domain-name.ts # packages/aws-cdk-lib/aws-apigateway/lib/restapi.ts
Issue # (if applicable)
Closes #36663
Reason for this change
The TLS_1_2 security policies are legacy. The policies starting with SecurityPolicy should be preferred this introduces the possibility to do this via CDK.
Description of changes
Describe any new or updated permissions being added
Description of how you validated changes
Note: unable to run the integ tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license