m-lab / ndt-server

docker native ndt5 and ndt7 server with prometheus integration
https://www.measurementlab.net/
Apache License 2.0
101 stars 41 forks source link

Bind the health check service to localhost #391

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

This change updates the default -health_addr to explicitly bind to localhost:8000 to prevent accidentally exposing this service to the public internet. This change should have not effect since the heartbeat service already targets localhost unconditionally

Part of:


This change is Reviewable