otel-recipes icon indicating copy to clipboard operation
otel-recipes copied to clipboard

Add insecure flag for tls to otlp endpoint in collectors-config and SDKs

Open emdneto opened this issue 9 months ago • 1 comments

As a best practice, I think we should explicitly include the insecure flag in the TLS configuration for both otel-collector and recipe samples, even though some are set as default.

    tls:
      insecure: false

For example: here and here

emdneto avatar May 11 '24 18:05 emdneto