Files
cloud-pe-demo/config/nohttp/allowlist.lines
Scaffolder 9af8d3c18d initial commit
Change-Id: If46d7d66ffa4d5422e235012afda1a7f8c85cbe0
2026-05-28 15:48:59 +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.*$