Azure Service Bus Without Managed Identity Provider
Description
Code Example
terraform
resource "azurerm_servicebus_namespace" "example" {
name = "example-namespace"
# ... other configurations ...
+ identity {
+ type = "SystemAssigned"
+ }
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_servicebus_namespace
Arguments:
- identity
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0709 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_202 |