Merge pull request #5139 from Stono/master
Fixes https://github.com/kubernetes/ingress-nginx/issues/5120
This commit is contained in:
commit
a922d7d6d6
1 changed files with 5 additions and 0 deletions
|
@ -856,6 +856,11 @@ stream {
|
|||
location = {{ $authPath }} {
|
||||
internal;
|
||||
|
||||
{{ if $all.Cfg.EnableOpentracing }}
|
||||
opentracing on;
|
||||
opentracing_propagate_context;
|
||||
{{ end }}
|
||||
|
||||
{{ if $externalAuth.AuthCacheKey }}
|
||||
set $tmp_cache_key '{{ $server.Hostname }}{{ $authPath }}{{ $externalAuth.AuthCacheKey }}';
|
||||
set $cache_key '';
|
||||
|
|
Loading…
Reference in a new issue