X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e13d4ecffd4d335eb7918a7b9bd992f3f192cd1..c44aa637f62f4f0943172ccdcc3e3031c5b838c0:/lib/controller/handler.go diff --git a/lib/controller/handler.go b/lib/controller/handler.go index 3929a1103f..01f2161632 100644 --- a/lib/controller/handler.go +++ b/lib/controller/handler.go @@ -83,6 +83,7 @@ func (h *Handler) setup() { rtr := router.New(federation.New(h.Cluster)) mux.Handle("/arvados/v1/config", rtr) + mux.Handle("/"+arvados.EndpointUserAuthenticate.Path, rtr) if !h.Cluster.ForceLegacyAPI14 { mux.Handle("/arvados/v1/collections", rtr)