Export OTEL traces with Auth extension #1056
Labels
enhancement
Request for enhancement other than new feature
extension
For any extension related items
stale
Is your feature request related to a problem? Please describe.
I want to send traces to a remote otel collector which is secured with the oidc extension.
Describe the solution you'd like
I want to use the
oauth2client
auth extension in the otel exporter to get an access token which is required to send traces to the remote collector.Describe alternatives you've considered
There is no alternative, security is important and it can not be disabled.
Additional context
The
oauth2client
auth extension is part of the opentelemetry-collector-contrib repo https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.46.0/extension/oauth2clientauthextensionThe text was updated successfully, but these errors were encountered: