Skip to content

v1.1.0-rc.70

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 19:21
· 124 commits to develop since this release
13b229f

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)