Files
demo-sam-1/config/nohttp/allowlist.lines
Scaffolder e7ba8b6b60 initial commit
Change-Id: I1576d92bb7f22bf742ff052970143d31b1fec8a8
2026-08-24 16:12:27 +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.*$