Skip to content

Commit 868a904

Browse files
authored
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. (#990)
1 parent 3af555c commit 868a904

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)