Merge pull request #6499 from julienvey/patch-1
Fix opentracing propagation on auth-url
This commit is contained in:
commit
d172250c4d
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ stream {
|
|||
location = {{ $authPath }} {
|
||||
internal;
|
||||
|
||||
{{ if $all.Cfg.EnableOpentracing }}
|
||||
{{ if (or $all.Cfg.EnableOpentracing $location.Opentracing.Enabled) }}
|
||||
opentracing on;
|
||||
opentracing_propagate_context;
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue