Skip to content

Gate AKS firewall behind prod flag - #257

Open
sylvesterkaczmarek wants to merge 1 commit into
alan-turing-institute:mainfrom
sylvesterkaczmarek:gate-aks-firewall-prod
Open

Gate AKS firewall behind prod flag#257
sylvesterkaczmarek wants to merge 1 commit into
alan-turing-institute:mainfrom
sylvesterkaczmarek:gate-aks-firewall-prod

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Closes #247.

Summary

Gate the AKS post-deployment Azure Firewall resource behind the optional prod Pulumi configuration flag.

  • production stacks with prod=true continue to create the firewall
  • development stacks, including stacks where prod is unset, skip the firewall
  • private DNS and network-security-rule lockdown remain unchanged

Why

Azure Firewall is comparatively expensive and issue #247 explicitly calls for keeping it on production deployments while allowing development deployments to omit it after the firewall configuration has been proven.

Validation

The branch is based on current main and changes only infra/aks-post-deployment/__main__.py. The resulting diff is one commit with no unrelated changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gate AKS Firewall behind prod flag

1 participant