Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 18:44
· 31 commits to main since this release
9b270d2
Add `managed_rule_group_configs` and `rule_action_override`. Update variables. Update examples and tests @aknysh (#52)

what

  • Add managed_rule_group_configs and rule_action_override
  • Update variables
  • Update examples and tests

why

  • managed_rule_group_configs is supported by Managed Rule Groups WAF rules, but was not implemented before
  • rule_action_override is supported by Managed Rule Groups and Rule Group Reference WAF rules, but was not implemented before
  • Update variables to use list(object) types instead of list(any) to reduce misconfiguration errors
  • Update examples to show how to configure managed_rule_group_configs and rule_action_override for Managed Rule Groups WAF rules

references