Azure Event Grid Domain Managed Identity Provider is Disabled
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 ...
+ identity {
+ type = "SystemAssigned"
+ }
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_eventgrid_domain
Arguments:
- identity
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0701 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_194 |