Add e2e test for OCSP and new configmap setting

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-16 22:34:12 -04:00
parent 6e8c68d888
commit d18fa90cfd
19 changed files with 1299 additions and 9 deletions

View file

@ -129,6 +129,10 @@ type Configuration struct {
// By default this is disabled
EnableModsecurity bool `json:"enable-modsecurity"`
// EnableOCSP enables the OCSP support in SSL connections
// By default this is disabled
EnableOCSP bool `json:"enable-ocsp"`
// EnableOWASPCoreRules enables the OWASP ModSecurity Core Rule Set (CRS)
// By default this is disabled
EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`