X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8fd331405028ebdbb97de58560057564aa530105..44b720099723353ac9b81370809ef71319b8a3f8:/lib/crunchrun/crunchrun.go diff --git a/lib/crunchrun/crunchrun.go b/lib/crunchrun/crunchrun.go index 77cfcf68b7..5638e81e4d 100644 --- a/lib/crunchrun/crunchrun.go +++ b/lib/crunchrun/crunchrun.go @@ -1695,9 +1695,11 @@ func (command) RunCommand(prog string, args []string, stdin io.Reader, stdout, s if gwAuthSecret == "" { // not safe to run a gateway service without an auth // secret + cr.CrunchLog.Printf("Not starting a gateway server (GatewayAuthSecret was not provided by dispatcher)") } else if gwListen := os.Getenv("GatewayAddress"); gwListen == "" { // dispatcher did not tell us which external IP // address to advertise --> no gateway service + cr.CrunchLog.Printf("Not starting a gateway server (GatewayAddress was not provided by dispatcher)") } else if de, ok := cr.executor.(*dockerExecutor); ok { cr.gateway = Gateway{ Address: gwListen,