workbench: Add initial reader tokens support.
authorBrett Smith <brett@curoverse.com>
Mon, 5 May 2014 14:54:53 +0000 (10:54 -0400)
committerBrett Smith <brett@curoverse.com>
Mon, 5 May 2014 17:01:13 +0000 (13:01 -0400)
commita19f34a2e948d1e8945ca7262abafeb632bd41ae
treed9c85413bc3656615180850a95ad0ed0ebd8bcae
parente57c5d374a6fbca3999a97a995c366e2abb5f1bb
workbench: Add initial reader tokens support.

The API server recently gained support for reader tokens, which
optionally supplement the user's permissions for read-only
operations.  This commit extends Workbench to pass on reader tokens
for general index and show operations.
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/models/arvados_api_client.rb
apps/workbench/test/functional/collections_controller_test.rb