[ARVADOS] updated: 2.1.0-2293-g66a90e37d

Git user git at public.arvados.org
Wed Apr 13 13:51:11 UTC 2022


Summary of changes:
 cmd/arvados-package/install.go | 1 +
 lib/install/init.go            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

       via  66a90e37d9dbc9a6526a7de2a2d0b286e8e6f87f (commit)
      from  b53513423ab948804425424278ac554870864997 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 66a90e37d9dbc9a6526a7de2a2d0b286e8e6f87f
Author: Tom Clegg <tom at curii.com>
Date:   Tue Apr 12 12:02:38 2022 -0400

    18700: Default to domain:443 for workbench2 ExternalURL.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/cmd/arvados-package/install.go b/cmd/arvados-package/install.go
index 0de99cabd..6b6113b95 100644
--- a/cmd/arvados-package/install.go
+++ b/cmd/arvados-package/install.go
@@ -92,6 +92,7 @@ rm /etc/apt/sources.list.d/arvados-local.list
 		cmd.Args = append(cmd.Args,
 			"--env=domain="+opts.Live,
 			"--env=bootargs=",
+			"--publish=:443:443",
 			"--publish=:4440-4460:4440-4460",
 			"--publish=:9000-9020:9000-9020",
 			"--add-host="+opts.Live+":0.0.0.0",
diff --git a/lib/install/init.go b/lib/install/init.go
index 07c0dc1ed..6a52441d7 100644
--- a/lib/install/init.go
+++ b/lib/install/init.go
@@ -149,7 +149,7 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
       Workbench2:
         InternalURLs:
           "http://0.0.0.0:9003/": {}
-        ExternalURL: {{printf "%q" ( print "https://" .Domain ":4443/" ) }}
+        ExternalURL: {{printf "%q" ( print "https://" .Domain "/" ) }}
       Health:
         InternalURLs:
           "http://0.0.0.0:9011/": {}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list