You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently geo_allowlist_statement_rules have a default action of block. Instead of setting a default, the user should be able to choose between block and count.
Expected Behavior
The objects in the geo_allowlist_statement_rules list allow a parameter named action with either block or count as valid values.
Use Case
It would be useful in a count-before-block configuration in order to collect metrics on geo blocking rules.
Describe Ideal Solution
I'd like an implementation similar to how other rule lists in the module allow specifying the action.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
Currently geo_allowlist_statement_rules have a default action of
block
. Instead of setting a default, the user should be able to choose betweenblock
andcount
.Expected Behavior
The objects in the
geo_allowlist_statement_rules
list allow a parameter namedaction
with eitherblock
orcount
as valid values.Use Case
It would be useful in a count-before-block configuration in order to collect metrics on geo blocking rules.
Describe Ideal Solution
I'd like an implementation similar to how other rule lists in the module allow specifying the action.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: