[ARVADOS] updated: 1.3.0-1529-g309e3a3b1

Git user git at public.curoverse.com
Tue Aug 13 19:12:49 UTC 2019


Summary of changes:
 tools/arvbox/lib/arvbox/docker/cluster-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  309e3a3b10cd6a4e609f84fbdc87cfed3baad796 (commit)
      from  1d5727fcdd6e524898d7507417456b9fedcb79dd (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 309e3a3b10cd6a4e609f84fbdc87cfed3baad796
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Aug 13 15:12:26 2019 -0400

    Fix arvbox keepproxy ExternalURL no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/cluster-config.sh b/tools/arvbox/lib/arvbox/docker/cluster-config.sh
index b1782d50e..58bedd284 100755
--- a/tools/arvbox/lib/arvbox/docker/cluster-config.sh
+++ b/tools/arvbox/lib/arvbox/docker/cluster-config.sh
@@ -107,7 +107,7 @@ Clusters:
         InternalURLs:
           "http://localhost:${services[api]}/": {}
       Keepproxy:
-        ExternalURL: "http://$localip:${services[keepproxy]}"
+        ExternalURL: "https://$localip:${services[keepproxy-ssl]}"
         InternalURLs:
           "http://localhost:${services[keepproxy]}": {}
     PostgreSQL:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list