-
Task
-
Resolution: Done
-
Undefined
-
None
-
False
-
None
-
False
-
-
Summary
When running the Jaeger operator on OpenShift, TLS is enabled on the Jaeger gRPC port by default. TLS with Jaeger is not supported on AMQ Streams. As a workaround, it is possible to create a Jaeger custom resource and disable TLS by adding
- collector.grpc.tls.enabled: false
- reporter.grpc.tls.enabled: false.
Alternatively, it may be possible to use a collector to bypass the issue.
Add this information to the AMQ Streams release notes so that users are aware of the workaround.
Acceptance Criteria
- The workaround is described in the 2.3 and 2.4 release notes
- The procedure has been reviewed by SMEs and verified by QE