v1.1.0-rc.70
Pre-release
Pre-release
github-actions
released this
15 Jul 19:21
·
124 commits
to develop
since this release
v1.1.0-rc.70 (2024-07-15)
Feature
- feat: add optional web acl configuration for cloudfront (#396)
Issue
GSD-3535 Ensure CloudFront distributions have WAF enabled
What?
- Added env var and construct changes to incorporate optional web acl
Why?
- security requirement
Testing?
- tested using mcp-test and checked that setting
VEDA_SHARED_WEB_ACL_ID
works as expected and omitting
VEDA_SHARED_WEB_ACL_ID
does not enable firewall to cloudfront (13b229f
)
- feat: add optional web acl configuration for cloudfront (
ec1c567
)
Fix
- fix: update to indicate arn is needed for web acl id (
b36fc7c
)