Skip to content

Commit 69cd5e6

Browse files
authored
fix: add sentry.io to network allowlist for OTLP export (#6073)
The AWF firewall was blocking outbound HTTPS to `*.ingest.us.sentry.io` because it wasn't in the `network.allowed` list. Firewall logs showed 8 requests blocked by `deny-default`. This adds `*.ingest.us.sentry.io` to the network allowlist so the OTLP trace exporter can reach Sentry.
2 parents 2b301a4 + 0dfdebc commit 69cd5e6

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

.github/workflows/smoke-otel-tracing.lock.yml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-otel-tracing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ network:
2323
allowed:
2424
- defaults
2525
- go
26+
- "*.ingest.us.sentry.io"
2627
tools:
2728
cache-memory: true
2829
bash: ["*"]

0 commit comments

Comments
 (0)