Azure CDN Endpoint Custom domains is not configured with HTTPS
Description
Code Example
terraform
resource "azurerm_cdn_endpoint" "example" {
name = "example-cdn-endpoint"
# ... other configurations ...
+ is_https_allowed = true
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_cdn_endpoint
Arguments:
- is_https_allowed
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0705 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_198 |