-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Problem Statement
This exporter is used by the collector for shipping internal telemetry. I'm looking for a way to configure this exporter to use OIDC authentication when sending the collector's internal telemetry.
Proposed Solution
Ideally there's new functionality to enable OIDC authentication.
Alternatives
The exact use case with the collector could be solved by the collector re-ingesting the telemetry it is emitting i.e. configuring this exporter to send to an OTLP receiver the collector is running. However I think it'd be better to avoid this.
Prior Art
The collector has an OIDC auth extension that can be used, but this is only available in pipelines the collector is running, not this exporter.
Additional Context
I've also opened an issue against the collector on this topic: open-telemetry/opentelemetry-collector#14241
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.