Navigation :
waf_policy.proto
Package : security.policy.gloo.solo.io
Top
waf_policy.proto
Table of Contents
WAFPolicySpec
WAFPolicy is used to set safeguard your services with the functionality of Web ApplicationFirewall WAFPolicies are applied at the Route level.
WAFPolicySpec.Config
Field |
Type |
Label |
Description |
disableCoreRuleSet |
bool |
|
Disable the OWASP core rule set from being applied |
customRuleSets |
[]envoy.config.filter.http.modsecurity.v2.RuleSet |
repeated |
Overwrite the global rules on this route |
customInterventionMessage |
string |
|
Custom message to display when an intervention occurs |
auditLogging |
envoy.config.filter.http.modsecurity.v2.AuditLogging |
|
This instructs the filter what to do with the transaction's audit log. |
requestHeadersOnly |
bool |
|
If set, the body will not be buffered and fed to ModSecurity. Only the headers will. This can help improve performance. |
responseHeadersOnly |
bool |
|
|
WAFPolicyStatus
reflects the status of the WAFPolicy
WAFPolicyStatus.WorkspacesEntry