bugfix: add 'Basic' to the otel auth header

This commit is contained in:
evanpelle
2026-03-03 18:57:14 -08:00
parent c701ddbdcc
commit 0976c02326
+1 -1
View File
@@ -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