Support custom OTLP CA bundles#119
Conversation
0452363 to
38b00d1
Compare
PR #119 Review: Support custom OTLP CA bundlesExecutive SummaryThis PR adds support for custom PEM-encoded CA bundle files in the OTLP telemetry export path, threading the configuration through schema, settings, API types, config conversion, and exporter initialization. The change is low-to-medium risk — the new code is well-structured, follows existing patterns, and includes solid test coverage, with a couple of minor observations around redundant TLS config loading and a missing Critical IssuesNone. No blocking bugs or security flaws identified. Observations1. Redundant
|
Summary
Testing
go test ./pkg/config ./pkg/sciontool/telemetry -run 'Test.*(Telemetry|OTLP|CA|Bundle).*'\n