(aws-cloudfront): Support TrustedSigners #30154
Labels
@aws-cdk/aws-cloudfront
Related to Amazon CloudFront
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
In the CDK there are 2 constructs for CloudFront (
WebDistribution
andDistribution
). TheWebDistribution
was updated (ref) to supporttrustedSigners
along withtrustedKeyGroups
, but theDistribution
construct only supportstrustedKeyGroups
.Can we update
Distribution
to add support fortrustedSigners
?Use Case
As a developer who maintains a CloudFront distribution in CDK library I need support for
trustedSigners
as the signer will not exist in the account that the CDK constructs are deployed to. The signer will remain a core organization account that has permission to sign the requests.Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.141.0
Environment details (OS name and version, etc.)
MacOS M1 Pro 13.5.2
The text was updated successfully, but these errors were encountered: