Merge pull request #6499 from julienvey/patch-1

Fix opentracing propagation on auth-url
This commit is contained in:
Kubernetes Prow Robot 2020-11-20 08:36:51 -08:00 committed by GitHub
commit d172250c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}