X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8c492b3940f398dddea54792f67a7a0e9d2383a6..1bb7352bf1425dc9acf028f863eaff1e5c207571:/apps/workbench/app/controllers/collections_controller.rb diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index e869824be4..5ddf93c2d3 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -1,3 +1,5 @@ +require "arvados/keep" + class CollectionsController < ApplicationController include ActionController::Live @@ -298,7 +300,9 @@ class CollectionsController < ApplicationController most_specific_error = [401] token_list.each do |api_token| begin - using_specific_api_token(api_token) do + # We can't load the corresponding user, because the token may not + # be scoped for that. + using_specific_api_token(api_token, load_user: false) do yield return api_token end