[ARVADOS] updated: 1.3.0-3260-gbf3624d8d

Git user git at public.arvados.org
Mon Oct 5 18:02:15 UTC 2020


Summary of changes:
 lib/controller/localdb/login_testuser.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bf3624d8dc43bb98d9cf329657b2178181bdfb35 (commit)
      from  d356f441d55dfdc26a0ec3f1db344923b1e9b79d (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 bf3624d8dc43bb98d9cf329657b2178181bdfb35
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Oct 5 14:01:36 2020 -0400

    Fix 'test' login method to return v2 token, no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/controller/localdb/login_testuser.go b/lib/controller/localdb/login_testuser.go
index e9c6e82f6..585227352 100644
--- a/lib/controller/localdb/login_testuser.go
+++ b/lib/controller/localdb/login_testuser.go
@@ -82,7 +82,7 @@ const loginform = `
 	  redir += '?'
 	}
         const respj = await resp.json()
-	document.location = redir + "api_token=" + respj.api_token
+	document.location = redir + "api_token=v2/" + respj.uuid + "/" + respj.api_token
       }
     </script>
   </head>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list