add ForceSSLRedirect ingress annotation

This commit is contained in:
Peter Wilson 2017-03-03 12:44:45 +11:00
parent 0b48d3b24d
commit 1a72b3f775
5 changed files with 72 additions and 34 deletions

View file

@ -292,6 +292,7 @@ func NewDefault() Configuration {
ProxyCookieDomain: "off",
ProxyCookiePath: "off",
SSLRedirect: true,
ForceSSLRedirect: false,
CustomHTTPErrors: []int{},
WhitelistSourceRange: []string{},
SkipAccessLogURLs: []string{},