feat(cloudfront): add Managed-HostHeaderOnly origin request policy - #38236
Conversation
|
Exemption Request Currently, the README does not include a list of available managed policies. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
leonmk-aws
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
|
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). |
Merge Queue Status
This pull request spent 37 minutes 17 seconds in the queue, including 37 minutes 2 seconds running CI. Required conditions to merge
|
|
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). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #38234.
Reason for this change
CloudFront introduces a managed origin request policy
Managed-HostHeaderOnly.https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html#managed-origin-request-policy-host-header-only
This policy includes only the Host header from the origin request. It doesn't include any query strings or cookies.
Description of changes
OriginRequestPolicy.HOST_HEADER_ONLY.Describe any new or updated permissions being added
N/A
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license