Basic authentication in Angular Interceptor and OpenTelemetry yaml configuration #142
Unanswered
kiran101189
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to enable basic authentication in angular interceptor and open telemetry yaml configuration to export traces using http://localhost:4318/v1/traces or https://www.xyz.com/v1/traces?
We are using below code :
otelcolConfig: {
url: 'http://localhost:4318/v1/traces',
headers: {Authorization: 'Basic xxxxxxxxxxxxxx'}
}
Beta Was this translation helpful? Give feedback.
All reactions