Add e2e test for OCSP and new configmap setting
This commit is contained in:
parent
6e8c68d888
commit
d18fa90cfd
19 changed files with 1299 additions and 9 deletions
|
|
@ -94,8 +94,7 @@ http {
|
|||
error("require failed: " .. tostring(res))
|
||||
else
|
||||
certificate = res
|
||||
-- TODO: get this from the configmap
|
||||
certificate.is_ocsp_stapling_enabled = false
|
||||
certificate.is_ocsp_stapling_enabled = {{ $cfg.EnableOCSP }}
|
||||
end
|
||||
|
||||
ok, res = pcall(require, "plugins")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue