Benchmark: Event Grid
Description
This benchmark provides a set of controls that detect Terraform Azure Event Grid resources deviating from security best practices.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-terraform-azure-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Event Grid.
Run this benchmark in your terminal:
powerpipe benchmark run terraform_azure_compliance.benchmark.eventgrid
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run terraform_azure_compliance.benchmark.eventgrid --share
Controls
- Event Grid domains should have local authentication disabled
- Event Grid domains should disable public network access
- Event Grid domains should use managed identity
- Event Grid topics should have local authentication disabled
- Event Grid topics should disable public network access
- Event Grid topics should use managed identity