17344: Ensure server-to-controller traffic stays local.
[arvados.git] / lib / boot / supervisor.go
index ddc17953d2363d020d6aa37332c97c36c5b48646..ebe1eb6f68434bae2cf9167d8ee20f0ca548533d 100644 (file)
@@ -308,6 +308,7 @@ func (super *Supervisor) runCluster() error {
        if super.ClusterType != "production" {
                super.prependEnv("PATH", super.tempdir+"/bin:")
        }
+       super.setEnv("ARVADOS_SERVER_ADDRESS", super.ListenHost)
 
        // Now that we have the config, replace the bootstrap logger
        // with a new one according to the logging config.