Azure Cognitive Search Without Managed Identities
Description
Code Example
terraform
resource "azurerm_search_service" "example" {
name = "example-search-service"
# ... other configurations ...
+ identity {
+ type = "SystemAssigned"
+ }
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_search_service
Arguments:
- identity
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0714 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_207 |