Skip to content

Azure Data Explorer cluster disk encryption is disabled

Description

Enabling encryption at rest using a customer-managed key on your Azure Data Explorer cluster provides additional control over the key being used by the encryption at rest. This feature is often applicable to customers with special compliance requirements and requires a Key Vault to managing the keys.

Code Example

go
resource "azurerm_kusto_cluster" "example" {
    ...
  + enable_disk_encryption = true
}

Remediation

Terraform

  • Resource: azurerm_kusto_cluster
  • Arguments: enable_disk_encryption

Rule Details

FieldValue
IDIAC-0582
SeverityINFO
IaC Typearm
FrameworksTerraform, TerraformPlan
Checkov IDCKV_AZURE_74

References