generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 117
Labels
🔥 p2Priority 2: Impacts production; non-emergencyPriority 2: Impacts production; non-emergencybugSomething isn't workingSomething isn't workingproduct/wafIssues related to F5 WAF for NGINXIssues related to F5 WAF for NGINX
Description
Describe the bug
There is an extra/leftover T letter in the geolocation example code snippet
Additional context
{
"policy": {T <====== THIS!
"name": "override_rule_example",
"template": { "name": "POLICY_TEMPLATE_NGINX_BASE" },
"enforcementMode": "blocking",
"general": {
"customXffHeaders": ["xff"],
"trustXff": true
},
"override-rules": [
{
"name": "myFirstRule",
"condition": "geolocation == 'IL'",
"actionType": "extend-policy",
"override": {
"policy": {
"enforcementMode": "transparent"
}
}
}
]
}
}
Metadata
Metadata
Assignees
Labels
🔥 p2Priority 2: Impacts production; non-emergencyPriority 2: Impacts production; non-emergencybugSomething isn't workingSomething isn't workingproduct/wafIssues related to F5 WAF for NGINXIssues related to F5 WAF for NGINX