Azure Service Bus with Local Authentication Enabled
Description
Code Example
terraform
resource "azurerm_servicebus_namespace" "example" {
name = "example-namespace"
# ... other configurations ...
+ local_auth_enabled = false
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_servicebus_namespace
Arguments:
- local_auth_enabled
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0710 |
| Severity | LOW |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_203 |