Skip to content

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

FieldValue
IDIAC-0702
SeverityMEDIUM
IaC TypeTerraform
FrameworksTerraform,
Checkov IDCKV_AZURE_195

References