Ensure Azure front door has WAF enabled
Error: Azure front door does not have WAF enabled
Bridgecrew Policy ID: BC_AZR_NETWORKING_38
Checkov Check ID: CKV_AZURE_121
Severity: LOW
Azure front door does not have WAF enabled
Description
TBA
Fix - Buildtime
Terraform
- Resource: azurerm_frontdoor
- Argument: web_application_firewall_policy_link_id
resource "azurerm_frontdoor" "example" {
...
+ web_application_firewall_policy_link_id = "this_is_id"
...
}
Updated 10 months ago
Did this page help you?