Skip to content

Commit 9e276e1

Browse files
fix: update WAF configuration to enable public network access for AKS
1 parent 9ff3b69 commit 9e276e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:0.10.
960960
dnsPrefix: 'aks-${solutionSuffix}'
961961
enableRBAC: true
962962
disableLocalAccounts: false
963-
// WAF aligned configuration for Private Networking
964-
publicNetworkAccess: enablePrivateNetworking ? 'SecuredByPerimeter' : 'Enabled'
963+
publicNetworkAccess: 'Enabled'
965964
managedIdentities: {
966965
systemAssigned: true
967966
}

0 commit comments

Comments
 (0)