Skip to content

Azure CDN Doesn't Disable HTTP Endpoint

Description

Code Example

terraform
resource "azurerm_cdn_endpoint" "example" {
  name                = "example-cdn-endpoint"
  # ... other configurations ...

+ is_http_allowed = false

  # ... other configurations ...
}

Remediation

Terraform

Resource:

  • azurerm_cdn_endpoint

Arguments:

  • is_http_allowed

Rule Details

FieldValue
IDIAC-0704
SeverityMEDIUM
IaC TypeTerraform
FrameworksTerraform,
Checkov IDCKV_AZURE_197

References