grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent

Home Page:https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k6 checks - private probes can't access IPs in 10.0.0.0/8 private address range

peterschretlen opened this issue · comments

When running k6 tests from the agent, we have hardcoded values for --blacklist-ip and --block-hostnames, and TODO to make these configurable.

"--blacklist-ip", "10.0.0.0/8", // TODO(mem): make this configurable
"--block-hostnames", "*.cluster.local", // TODO(mem): make this configurable

For private probes in particular we'd want to the option to allow private IP ranges like 10.0.0.0/8

Fix merged, closing issue.