You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need the collector receiver to authenticate against a local endpoint, passing it the bearer token. The extension only supports authenticating against a static token.
Describe the solution you'd like
I would like to be able to do something like this
And the token from the otlp receiver will be passed in the Authorization header.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
In any case, it's not very clear what you want to achieve. Do you have an IDP like Keycloak somewhere and you want the Collector to authenticate against it? In that case, you probably need the OIDC auth extension instead.
Component(s)
No response
Is your feature request related to a problem? Please describe.
I need the collector receiver to authenticate against a local endpoint, passing it the bearer token. The extension only supports authenticating against a static token.
Describe the solution you'd like
I would like to be able to do something like this
And the token from the otlp receiver will be passed in the Authorization header.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: