Skip to content

Commit

Permalink
Remove debug logging from coraza conf
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Aug 17, 2022
1 parent 0434b60 commit 36e07ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/envoy-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static_resources:
"@type": "type.googleapis.com/google.protobuf.StringValue"
value: |
{
"rules":"SecDebugLogLevel 5 \nSecDebugLog modsec.log \nSecRuleEngine On \nSecRule REQUEST_URI \"@streq /admin\" \"id:101,phase:1,t:lowercase,deny\""
"rules":"SecRuleEngine On \nSecRule REQUEST_URI \"@streq /admin\" \"id:101,phase:1,t:lowercase,deny\""
}
vm_config:
runtime: "envoy.wasm.runtime.v8"
Expand Down

0 comments on commit 36e07ac

Please sign in to comment.