Azure Event Grid Domain Local Authentication Enabled
Description
Code Example
terraform
resource "azurerm_eventgrid_domain" "example" {
name = "example-domain"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
# ... other configurations ...
+ local_auth_enabled = false
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_eventgrid_domain
Arguments:
- local_auth_enabled
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0702 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_195 |