Skip to content

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

FieldValue
IDIAC-0710
SeverityLOW
IaC TypeTerraform
FrameworksTerraform,
Checkov IDCKV_AZURE_203

References