X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2e5f6787e7b37a47247035803fba41354cbdabdd..bcb86b69fba693af210e82d40d92854e609157c4:/apps/workbench/app/controllers/containers_controller.rb diff --git a/apps/workbench/app/controllers/containers_controller.rb b/apps/workbench/app/controllers/containers_controller.rb index 86582dff4f..f0e31644f1 100644 --- a/apps/workbench/app/controllers/containers_controller.rb +++ b/apps/workbench/app/controllers/containers_controller.rb @@ -1,4 +1,13 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class ContainersController < ApplicationController + skip_around_filter :require_thread_api_token, if: proc { |ctrl| + Rails.configuration.anonymous_user_token and + 'show' == ctrl.action_name + } + def show_pane_list %w(Status Log Advanced) end