From 0976c02326ce70f1b460e62d6670c43880652380 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Tue, 3 Mar 2026 18:57:14 -0800 Subject: [PATCH] bugfix: add 'Basic' to the otel auth header --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ec4c21503..1968349e5 100644 --- a/setup.sh +++ b/setup.sh @@ -229,7 +229,7 @@ exporters: otlphttp: endpoint: "${OTEL_EXPORTER_OTLP_ENDPOINT}" headers: - Authorization: "${OTEL_AUTH_HEADER}" + Authorization: "Basic ${OTEL_AUTH_HEADER}" tls: insecure: true # Set to false in production with proper certs