Files
test-44f/config/nohttp/allowlist.lines
Scaffolder 66d9c3a363 initial commit
Change-Id: Iefee71f06c72ff9b5dec0e9e7937d0ba1d6bcb3f
2026-07-27 20:55:43 +00:00

12 lines
411 B
Plaintext

// Platform-scaffolded internal cluster URLs (not reachable over HTTPS)
// These use Kubernetes service DNS which only supports plain HTTP inside the cluster
^http://.*\.svc\.cluster\.local.*$
// OpenTelemetry collector endpoints (gRPC/HTTP on internal cluster network)
^http://otel-collector.*$
^http://.*otel.*$
// k6 load test target URLs (internal service mesh)
^http://frontend\..*$
^http://localhost.*$