Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / controllers / containers_controller.rb
index 86582dff4fe85ce5073f9f3a8e8851680028b9f0..f0e31644f1ba0b5ba8db27ef007be63382c16455 100644 (file)
@@ -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