aws-cloudfront-origin-custom-header-value
CloudFront origin custom headers are returned in distribution configuration and are often used as shared origin-authentication secrets.
Where it sits
| location | GetDistributionConfig.DistributionConfig.Origins.Items[].CustomHeaders.Items[].HeaderValue |
| location kind | config_field |
| data kinds | credential api_key bearer_token password |
| emits edge | ContainsCredential |
| service | CloudFront (aws:cloudfront) |
Collection recipe
| access mode | read_api |
| operation | GetDistributionConfig |
| response path | DistributionConfig.Origins.Items[].CustomHeaders.Items[].HeaderValue |
| encoding | string |
| params | {"Id": "\u003cdistribution-id\u003e"} |
Required permissions
cloudfront:GetDistributionConfig
References