Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Improve http sender TLS documentation #445

Closed
jaredallmond opened this issue Sep 24, 2020 · 0 comments
Closed

Improve http sender TLS documentation #445

jaredallmond opened this issue Sep 24, 2020 · 0 comments

Comments

@jaredallmond
Copy link

jaredallmond commented Sep 24, 2020

Requirement - what kind of business use case are you trying to solve?

Need to send Jaeger spans from an AWS Lambda node function to Jaeger Collector via TLS protected channel.

Problem - what in Jaeger blocks you from solving the requirement?

After reviewing docs and code it is unclear if TLS is completely supported, and if so how to manage certificate key pairs when configuring an http sender. Have reviewed jaegertracing/jaeger#1718 and jaegertracing/jaeger#2249 and it appears TLS is not currently supported. However in the jaeger-client-node I see a test was written for HTTPS https://github.com/jaegertracing/jaeger-client-node/blob/master/test/http_sender.js.

The current state of TLS support from node client to Collector is confusing.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Clarify feature support, and if enabled please improve documentation with example of how to configure a TLS protected HTTPS sender node client.

Any open questions to address

Iuriy-Budnikov pushed a commit to agile-pm/jaeger-client-node that referenced this issue Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants