You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APM Server Jaeger gRPC endpoint supports TLS. If apm-server.ssl is configured, the settings are automatically applied to the APM Server's Jaeger gRPC endpoint. The implemented HTTP endpoint does not support TLS or using a secret token for now.
Investigate possibilities and limitations for supporting auth handling for Jaeger spans.
One thing that is yet to be solved is auth. A limited subset of the Jaeger clients (Java and C#) support the JAEGER_AUTH_TOKEN config, which can be used to send a bearer token along with requests to the collector. This only works when using HTTP. The Jaeger agent only supports client certificate auth. We do support this, but it might also be worth a lighter-weight option, such as ferrying a secret/bearer token through tags, using the --jaeger.tags CLI flag.
The text was updated successfully, but these errors were encountered:
The APM Server Jaeger gRPC endpoint supports TLS. If apm-server.ssl is configured, the settings are automatically applied to the APM Server's Jaeger gRPC endpoint. The implemented HTTP endpoint does not support TLS or using a secret token for now.
Investigate possibilities and limitations for supporting auth handling for Jaeger spans.
Considerations from issue#2886:
The text was updated successfully, but these errors were encountered: