Open tsunamaru opened 2 years ago
Add version support for AWS Managed Rules.
version
Sometimes it's important to apply or keep specific version because of breaking changes from Amazon.
Something like this, maybe?
managed_rule_group_statement_rules = [ { name = "10-common" override_action = "count" priority = 10 statement = { name = "AWSManagedRulesCommonRuleSet" vendor_name = "AWS" version = "Version_1.2" excluded_rule = [] } visibility_config = { cloudwatch_metrics_enabled = false sampled_requests_enabled = false metric_name = "10-common-metric" } } ]
None.
In AWS console, version can be changed in rule edit:
Describe the Feature
Add
version
support for AWS Managed Rules.Use Case
Sometimes it's important to apply or keep specific version because of breaking changes from Amazon.
Describe Ideal Solution
Something like this, maybe?
Alternatives Considered
None.
Additional Context
In AWS console, version can be changed in rule edit: