Skip to content

Azure Service Bus with Public Network Access Enabled

Description

Code Example

terraform
resource "azurerm_servicebus_namespace" "example" {
  name                = "example-namespace"
  # ... other configurations ...

+ public_network_access_enabled = false

  # ... other configurations ...
}

Remediation

Terraform

Resource:

  • azurerm_servicebus_namespace

Arguments:

  • public_network_access_enabled

Rule Details

FieldValue
IDIAC-0711
SeverityMEDIUM
IaC TypeTerraform
FrameworksTerraform,
Checkov IDCKV_AZURE_204

References