Remove Lua resty waf feature

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-11-04 15:41:26 -03:00
parent 9f72cb3aee
commit 61d902db14
11 changed files with 12 additions and 565 deletions

View file

@ -610,10 +610,6 @@ type Configuration struct {
// +optional
GlobalExternalAuth GlobalExternalAuth `json:"global-external-auth"`
// DisableLuaRestyWAF disables lua-resty-waf globally regardless
// of whether there's an ingress that has enabled the WAF using annotation
DisableLuaRestyWAF bool `json:"disable-lua-resty-waf"`
// EnableInfluxDB enables the nginx InfluxDB extension
// http://github.com/influxdata/nginx-influxdb-module/
// By default this is disabled