mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Merge pull request #5139 from Stono/master
Fixes https://github.com/kubernetes/ingress-nginx/issues/5120
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user