-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
enhancementNew feature or requestNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Many systems expose an OTLP HTTP endpoint.
Currently, the only auth supported by opentelemetry-cpp in the OTLP HTTP exporter, is to provide an http header in plain text, with magic key/value pairs.
opentelemetry-cpp needs to be expanded to:
- define an OTLP HTTP authentication interface
- allow the OTLP HTTP exporter to use an arbitrary authentication
- sign HTTP requests using the authentication implementation provided.
When an application wants to talk to an endpoint using the XYZ authentication method, the application is then responsible to provide an authentication plugin that implements the XYZ method.
Authentication plugins are a natural extension point for file configuration, see related:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.