Skip to content

[Feature]: OTLP Exporter support own SSL provider crates #2704

Open
@jhowww

Description

@jhowww

Related Problems?

The current implementation of the "tls" feature in opentelemetry-otlp uses the ring crate, which is not FIPS compliant.

Describe the solution you'd like:

It will be preferable to add an option for opentelemetry-otlp to use FIPS compliant SSL libraries, such as rust-openssl or native-tls. This would allow users to configure the crate to use rust-openssl, native-tls, or other SSL libraries, providing flexibility and compatibility with various platforms and environments.

Considered Alternatives

Users can configure the opentelemetry-otlp crate to use other FIPS compliant SSL libraries.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions