Create custom annotation for satisfy "value"

This commit is contained in:
Anthony Ho 2019-02-11 16:34:55 -05:00
parent 784d57ea69
commit ec04852526
9 changed files with 249 additions and 0 deletions

View file

@ -1304,6 +1304,10 @@ stream {
proxy_set_header X-Service-Port $service_port;
{{ end }}
{{ if $location.Satisfy }}
satisfy {{ $location.Satisfy }};
{{ end }}
{{/* if a location-specific error override is set, add the proxy_intercept here */}}
{{ if $location.CustomHTTPErrors }}
# Custom error pages per ingress