Skip to content

Releases: nullplatform/scopes-static-files

v0.2.0

20 May 11:55
b847d3d

Choose a tag to compare

New features

  • Optional WAF attachment for CloudFront (#10): scopes can now attach an existing AWS WAFv2 WebACL to their CloudFront distribution. Opt-in via the new Security tab in the scope-configuration UI; default is none (full backward compatibility, no extra IAM required).
    • WAFv2 only, same-account, scope=CLOUDFRONT (us-east-1).
    • Modeled as a separate composed layer under deployment/security/ (implementations: none, waf) — following the same pattern as provider/network/distribution.
    • Attach/detach is an in-place CloudFront update — distribution ID stays stable.
    • Operators who opt in need to grant wafv2:ListWebACLs and wafv2:GetWebACL to the agent role.

Documentation

Release 0.0.1

27 Jan 14:10
273caf1

Choose a tag to compare

Initial commit