Add Lua module to serve SSL Certificates dynamically

This commit is contained in:
Henry Tran 2018-06-05 09:51:22 -04:00
parent b214282057
commit cbf041fc3e
6 changed files with 578 additions and 2 deletions

View file

@ -41,7 +41,7 @@ const (
logBackendReloadSuccess = "Backend successfully reloaded"
logSkipBackendReload = "Changes handled by the dynamic configuration, skipping backend reload"
logInitialConfigSync = "Initial synchronization of the NGINX configuration"
waitForLuaSync = 2 * time.Second
waitForLuaSync = 5 * time.Second
)
var _ = framework.IngressNginxDescribe("Dynamic Configuration", func() {