Merge pull request #4689 from janosi/upstream_ssl
Server-only authentication of backends and per-location SSL config
This commit is contained in:
commit
62518b60b4
5 changed files with 23 additions and 2 deletions
|
|
@ -1166,6 +1166,7 @@ func locationApplyAnnotations(loc *ingress.Location, anns *annotations.Ingress)
|
|||
loc.EnableGlobalAuth = anns.EnableGlobalAuth
|
||||
loc.HTTP2PushPreload = anns.HTTP2PushPreload
|
||||
loc.Proxy = anns.Proxy
|
||||
loc.ProxySSL = anns.ProxySSL
|
||||
loc.RateLimit = anns.RateLimit
|
||||
loc.Redirect = anns.Redirect
|
||||
loc.Rewrite = anns.Rewrite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue