Skip to content

Commit d8e1bda

Browse files
committed
Aspire 13 automatically injects the dev cert into all containers, so the otel collector contaienr should trust the dev cert without needing to disable validation.
1 parent a1943ca commit d8e1bda

File tree

1 file changed

+0
-2
lines changed
  • examples/opentelemetry-collector/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector.AppHost

1 file changed

+0
-2
lines changed

examples/opentelemetry-collector/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector.AppHost/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ exporters:
2424
endpoint: ${env:ASPIRE_ENDPOINT}
2525
headers:
2626
x-otlp-api-key: ${env:ASPIRE_API_KEY}
27-
tls:
28-
insecure_skip_verify: true
2927

3028
service:
3129
pipelines:

0 commit comments

Comments
 (0)