Merge branch '8784-dir-listings'
[arvados.git] / services / api / test / fixtures / api_clients.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
6
7 trusted_workbench:
8   uuid: zzzzz-ozdt8-teyxzyd8qllg11h
9   owner_uuid: zzzzz-tpzed-000000000000000
10   name: Official Workbench
11   url_prefix: https://official-workbench.local/
12   is_trusted: true
13
14 untrusted:
15   uuid: zzzzz-ozdt8-obw7foaks3qjyej
16   owner_uuid: zzzzz-tpzed-000000000000000
17   name: Untrusted
18   url_prefix: https://untrusted.local/
19   is_trusted: false