Skip to content

Commit 573edb0

Browse files
committed
Disable AAD rules for postgres
1 parent 895511f commit 573edb0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

{{cookiecutter.__src_folder_name}}/.github/workflows/audit-bicep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- cruft/update
77
paths:
88
- "infra/**"
9+
- "ps-rule.yaml"
910
pull_request:
1011
branches:
1112
- main
1213
- cruft/update
1314
paths:
1415
- "infra/**"
16+
- "ps-rule.yaml"
1517
workflow_dispatch:
1618

1719
jobs:

{{cookiecutter.__src_folder_name}}/ps-rule.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ rule:
1212
- Azure.ContainerApp.PublicAccess
1313
# Don't require NSG for an internal VNET for connecting apps to keyvaults
1414
- Azure.VNET.UseNSGs
15+
# Don't require Postgres AAD/MI for now
16+
- Azure.PostgreSQL.AAD
17+
- Azure.PostgreSQL.AADOnly

0 commit comments

Comments
 (0)