Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for rule_group_override in managed rules #13

Open
gareda opened this issue Aug 12, 2024 · 0 comments
Open

Support for rule_group_override in managed rules #13

gareda opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gareda
Copy link
Member

gareda commented Aug 12, 2024

Description

Add the possibility to modify the WAF rules configuration.

New or affected parameter(s) / configuration(s)

managed_rule_sets.rule_group_override

Potential terraform configuration

module "application_gateway_firewall_policy" {
  source              = "aztfm/application-gateway-firewall-policy/azurerm"
  version             = ">=1.2.0"
  ...
  managed_rule_sets = [{
    ...
    rule_group_override [{
      rule_group_name = ...
      rule = [{
        id      = ...
        enabled = ...
        action  = ...
      }]
    }]
  }]
}

References

@gareda gareda added the enhancement New feature or request label Aug 12, 2024
@gareda gareda added this to the v1.2.0 milestone Aug 12, 2024
@gareda gareda self-assigned this Aug 12, 2024
@gareda gareda changed the title Support for rule_group_override in managed rules Support for rule_group_override in managed rules Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To Do
Development

No branches or pull requests

1 participant