18562: Fix UsePreemptibleInstances behavior.
[arvados.git] / services / api / test / fixtures / api_client_authorizations.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 system_user:
8   uuid: zzzzz-gj3su-017z32aux8dg2s1
9   api_client: untrusted
10   user: system_user
11   api_token: systemusertesttoken1234567890aoeuidhtnsqjkxbmwvzpy
12   expires_at: 2038-01-01 00:00:00
13
14 admin:
15   uuid: zzzzz-gj3su-027z32aux8dg2s1
16   api_client: untrusted
17   user: admin
18   api_token: 4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
19   expires_at: 2038-01-01 00:00:00
20
21 admin_trustedclient:
22   uuid: zzzzz-gj3su-037z32aux8dg2s1
23   api_client: trusted_workbench
24   user: admin
25   api_token: 1a9ffdcga2o7cw8q12dndskomgs1ygli3ns9k2o9hgzgmktc78
26   expires_at: 2038-01-01 00:00:00
27
28 data_manager:
29   uuid: zzzzz-gj3su-047z32aux8dg2s1
30   api_client: untrusted
31   user: system_user
32   api_token: 320mkve8qkswstz7ff61glpk3mhgghmg67wmic7elw4z41pke1
33   expires_at: 2038-01-01 00:00:00
34   scopes:
35     - GET /arvados/v1/collections
36     - GET /arvados/v1/keep_services
37     - GET /arvados/v1/keep_services/accessible
38     - GET /arvados/v1/users/current
39     - POST /arvados/v1/logs
40
41 miniadmin:
42   uuid: zzzzz-gj3su-057z32aux8dg2s1
43   api_client: untrusted
44   user: miniadmin
45   api_token: 2zb2y9pw3e70270te7oe3ewaantea3adyxjascvkz0zob7q7xb
46   expires_at: 2038-01-01 00:00:00
47
48 rominiadmin:
49   uuid: zzzzz-gj3su-067z32aux8dg2s1
50   api_client: untrusted
51   user: rominiadmin
52   api_token: 5tsb2pc3zlatn1ortl98s2tqsehpby88wmmnzmpsjmzwa6payh
53   expires_at: 2038-01-01 00:00:00
54
55 active:
56   uuid: zzzzz-gj3su-077z32aux8dg2s1
57   api_client: untrusted
58   user: active
59   api_token: 3kg6k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi
60   expires_at: 2038-01-01 00:00:00
61
62 active_trustedclient:
63   uuid: zzzzz-gj3su-087z32aux8dg2s1
64   api_client: trusted_workbench
65   user: active
66   api_token: 27bnddk6x2nmq00a1e3gq43n9tsl5v87a3faqar2ijj8tud5en
67   expires_at: 2038-01-01 00:00:00
68
69 active_noscope:
70   uuid: zzzzz-gj3su-097z32aux8dg2s1
71   api_client: untrusted
72   user: active
73   api_token: activenoscopeabcdefghijklmnopqrstuvwxyz12345678901
74   expires_at: 2038-01-01 00:00:00
75   scopes: []
76
77 project_viewer:
78   uuid: zzzzz-gj3su-107z32aux8dg2s1
79   api_client: untrusted
80   user: project_viewer
81   api_token: projectviewertoken1234567890abcdefghijklmnopqrstuv
82   expires_at: 2038-01-01 00:00:00
83
84 project_viewer_trustedclient:
85   uuid: zzzzz-gj3su-117z32aux8dg2s1
86   api_client: trusted_workbench
87   user: project_viewer
88   api_token: projectviewertrustedtoken1234567890abcdefghijklmno
89   expires_at: 2038-01-01 00:00:00
90
91 subproject_admin:
92   uuid: zzzzz-gj3su-127z32aux8dg2s1
93   api_client: untrusted
94   user: subproject_admin
95   api_token: subprojectadmintoken1234567890abcdefghijklmnopqrst
96   expires_at: 2038-01-01 00:00:00
97
98 admin_vm:
99   uuid: zzzzz-gj3su-137z32aux8dg2s1
100   api_client: untrusted
101   user: admin
102   api_token: adminvirtualmachineabcdefghijklmnopqrstuvwxyz12345
103   expires_at: 2038-01-01 00:00:00
104   # scope refers to the testvm fixture.
105   scopes: ["GET /arvados/v1/virtual_machines/zzzzz-2x53u-382brsig8rp3064/logins"]
106
107 admin_noscope:
108   uuid: zzzzz-gj3su-147z32aux8dg2s1
109   api_client: untrusted
110   user: admin
111   api_token: adminnoscopeabcdefghijklmnopqrstuvwxyz123456789012
112   expires_at: 2038-01-01 00:00:00
113   scopes: []
114
115 active_all_collections:
116   uuid: zzzzz-gj3su-157z32aux8dg2s1
117   api_client: untrusted
118   user: active
119   api_token: activecollectionsabcdefghijklmnopqrstuvwxyz1234567
120   expires_at: 2038-01-01 00:00:00
121   scopes: ["GET /arvados/v1/collections/", "GET /arvados/v1/keep_services/accessible"]
122
123 active_userlist:
124   uuid: zzzzz-gj3su-167z32aux8dg2s1
125   api_client: untrusted
126   user: active
127   api_token: activeuserlistabcdefghijklmnopqrstuvwxyz1234568900
128   expires_at: 2038-01-01 00:00:00
129   scopes: ["GET /arvados/v1/users"]
130
131 active_specimens:
132   uuid: zzzzz-gj3su-177z32aux8dg2s1
133   api_client: untrusted
134   user: active
135   api_token: activespecimensabcdefghijklmnopqrstuvwxyz123456890
136   expires_at: 2038-01-01 00:00:00
137   scopes: ["GET /arvados/v1/specimens/"]
138
139 active_apitokens:
140   uuid: zzzzz-gj3su-187z32aux8dg2s1
141   api_client: trusted_workbench
142   user: active
143   api_token: activeapitokensabcdefghijklmnopqrstuvwxyz123456789
144   expires_at: 2038-01-01 00:00:00
145   scopes: ["GET /arvados/v1/api_client_authorizations",
146            "POST /arvados/v1/api_client_authorizations"]
147
148 active_readonly:
149   uuid: zzzzz-gj3su-197z32aux8dg2s1
150   api_client: untrusted
151   user: active
152   api_token: activereadonlyabcdefghijklmnopqrstuvwxyz1234568790
153   expires_at: 2038-01-01 00:00:00
154   scopes: ["GET /"]
155
156 spectator:
157   uuid: zzzzz-gj3su-207z32aux8dg2s1
158   api_client: untrusted
159   user: spectator
160   api_token: zw2f4gwx8hw8cjre7yp6v1zylhrhn3m5gvjq73rtpwhmknrybu
161   expires_at: 2038-01-01 00:00:00
162
163 spectator_specimens:
164   uuid: zzzzz-gj3su-217z32aux8dg2s1
165   api_client: untrusted
166   user: spectator
167   api_token: spectatorspecimensabcdefghijklmnopqrstuvwxyz123245
168   expires_at: 2038-01-01 00:00:00
169   scopes: ["GET /arvados/v1/specimens", "GET /arvados/v1/specimens/",
170            "POST /arvados/v1/specimens"]
171
172 inactive:
173   uuid: zzzzz-gj3su-227z32aux8dg2s1
174   api_client: untrusted
175   user: inactive
176   api_token: 5s29oj2hzmcmpq80hx9cta0rl5wuf3xfd6r7disusaptz7h9m0
177   expires_at: 2038-01-01 00:00:00
178
179 inactive_uninvited:
180   uuid: zzzzz-gj3su-237z32aux8dg2s1
181   api_client: untrusted
182   user: inactive_uninvited
183   api_token: 62mhllc0otp78v08e3rpa3nsmf8q8ogk47f7u5z4erp5gpj9al
184   expires_at: 2038-01-01 00:00:00
185
186 inactive_uninvited_trustedclient:
187   uuid: zzzzz-gj3su-228z32aux8dg2s1
188   api_client: trusted_workbench
189   user: inactive_uninvited
190   api_token: 7s29oj2hzmcmpq80hx9cta0rl5wuf3xfd6r7disusaptz7h9m0
191   expires_at: 2038-01-01 00:00:00
192
193 inactive_but_signed_user_agreement:
194   uuid: zzzzz-gj3su-247z32aux8dg2s1
195   api_client: untrusted
196   user: inactive_but_signed_user_agreement
197   api_token: 64k3bzw37iwpdlexczj02rw3m333rrb8ydvn2qq99ohv68so5k
198   expires_at: 2038-01-01 00:00:00
199
200 expired:
201   uuid: zzzzz-gj3su-257z32aux8dg2s1
202   api_client: untrusted
203   user: active
204   api_token: 2ym314ysp27sk7h943q6vtc378srb06se3pq6ghurylyf3pdmx
205   expires_at: 1970-01-01 00:00:00
206
207 expired_trustedclient:
208   uuid: zzzzz-gj3su-267z32aux8dg2s1
209   api_client: trusted_workbench
210   user: active
211   api_token: 5hpni7izokzcatku2896xxwqdbt5ptomn04r6auc7fohnli82v
212   expires_at: 1970-01-01 00:00:00
213
214 valid_token_deleted_user:
215   uuid: zzzzz-gj3su-277z32aux8dg2s1
216   api_client: trusted_workbench
217   user_id: 1234567
218   api_token: tewfa58099sndckyqhlgd37za6e47o6h03r9l1vpll23hudm8b
219   expires_at: 2038-01-01 00:00:00
220
221 anonymous:
222   uuid: zzzzz-gj3su-287z32aux8dg2s1
223   api_client: untrusted
224   user: anonymous
225   api_token: 4kg6k6lzmp9kj4cpkcoxie964cmvjahbt4fod9zru44k4jqdmi
226   expires_at: 2038-01-01 00:00:00
227   scopes: ["GET /"]
228
229 job_reader:
230   uuid: zzzzz-gj3su-297z32aux8dg2s1
231   api_client: untrusted
232   user: job_reader
233   api_token: e99512cdc0f3415c2428b9758f33bdfb07bc3561b00e86e7e6
234   expires_at: 2038-01-01 00:00:00
235
236 job_reader2:
237   uuid: zzzzz-gj3su-jobreader2auth1
238   api_client: untrusted
239   user: job_reader2
240   api_token: jobreader2415c2428b9758f33bdfb07bc3561b0jobreader2
241   expires_at: 2038-01-01 00:00:00
242
243 active_no_prefs:
244   uuid: zzzzz-gj3su-307z32aux8dg2s1
245   api_client: untrusted
246   user: active_no_prefs
247   api_token: 3kg612cdc0f3415c2428b9758f33bdfb07bc3561b00e86qdmi
248   expires_at: 2038-01-01 00:00:00
249
250 active_no_prefs_profile_no_getting_started_shown:
251   uuid: zzzzz-gj3su-317z32aux8dg2s1
252   api_client: untrusted
253   user: active_no_prefs_profile_no_getting_started_shown
254   api_token: 3kg612cdc0f3415c242856758f33bdfb07bc3561b00e86qdmi
255   expires_at: 2038-01-01 00:00:00
256
257 active_no_prefs_profile_with_getting_started_shown:
258   uuid: zzzzz-gj3su-327z32aux8dg2s1
259   api_client: untrusted
260   user: active_no_prefs_profile_with_getting_started_shown
261   api_token: 3kg612cdc0f3415c245786758f33bdfb07babcd1b00e86qdmi
262   expires_at: 2038-01-01 00:00:00
263
264 active_with_prefs_profile_no_getting_started_shown:
265   uuid: zzzzz-gj3su-337z32aux8dg2s1
266   api_client: untrusted
267   user: active_with_prefs_profile_no_getting_started_shown
268   api_token: 3kg612cdc0f3415c245786758f33bdfb07befgh1b00e86qdmi
269   expires_at: 2038-01-01 00:00:00
270
271 user_foo_in_sharing_group:
272   uuid: zzzzz-gj3su-347z32aux8dg2s1
273   api_client: untrusted
274   user: user_foo_in_sharing_group
275   api_token: 2p1pou8p4ls208mcbedeewlotghppenobcyrmyhq8pyf51xd8u
276   expires_at: 2038-01-01 00:00:00
277
278 user_bar_in_sharing_group:
279   uuid: zzzzz-gj3su-62hryf5fht531mz
280   api_client: untrusted
281   user: user_bar_in_sharing_group
282   api_token: 5vy55akwq85vghh80wc2cuxl4p8psay73lkpqf5c2cxvp6rmm6
283   expires_at: 2038-01-01 00:00:00
284
285 user1_with_load:
286   uuid: zzzzz-gj3su-357z32aux8dg2s1
287   api_client: untrusted
288   user: user1_with_load
289   api_token: 1234k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi
290   expires_at: 2038-01-01 00:00:00
291
292 fuse:
293   uuid: zzzzz-gj3su-367z32aux8dg2s1
294   api_client: untrusted
295   user: fuse
296   api_token: 4nagbkv8eap0uok7pxm72nossq5asihls3yn5p4xmvqx5t5e7p
297   expires_at: 2038-01-01 00:00:00
298
299 dispatch1:
300   uuid: zzzzz-gj3su-k9dvestay1plssr
301   api_client: untrusted
302   user: system_user
303   api_token: kwi8oowusvbutahacwk2geulqewy5oaqmpalczfna4b6bb0hfw
304   expires_at: 2038-01-01 00:00:00
305
306 dispatch2:
307   uuid: zzzzz-gj3su-jrriu629zljsnuf
308   api_client: untrusted
309   user: system_user
310   api_token: pbe3v4v5oag83tjwxjh0a551j44xdu8t7ol5ljw3ixsq8oh50q
311   expires_at: 2038-01-01 00:00:00
312
313 running_container_auth:
314   uuid: zzzzz-gj3su-077z32aux8dg2s2
315   api_client: untrusted
316   user: active
317   api_token: it2gl94mgu3rbn5s2d06vzh73ns1y6cthct0tvg82qdlsxvbwk
318   expires_at: 2038-01-01 00:00:00
319
320 running_container_with_logs_auth:
321   uuid: zzzzz-gj3su-n4xycwjpvvi776n
322   api_client: untrusted
323   user: active
324   api_token: mkpdp5jbytt471lw9so1by2t5ylciojdur845rfn4dtm0etl33
325   expires_at: 2038-01-01 00:00:00
326
327 running_to_be_deleted_container_auth:
328   uuid: zzzzz-gj3su-ty6lvu9d7u7c2sq
329   api_client: untrusted
330   user: active
331   api_token: ge1pez7dkk7nqntwcsj922g2b7a2t27xz6nsx39r15kbcqmp55
332   expires_at: 2038-01-01 00:00:00
333
334 permission_perftest:
335   uuid: zzzzz-gj3su-077z32anoj93boo
336   api_client: untrusted
337   user: permission_perftest
338   api_token: 3kg6k6lzmp9kjabonentustoecn5bahbt2fod9zru30k1jqdmi
339   expires_at: 2038-01-01 00:00:00
340
341 foo_collection_sharing_token:
342   uuid: zzzzz-gj3su-gf02tdm4g1z3e3u
343   api_client: untrusted
344   user: active
345   api_token: iknqgmunrhgsyfok8uzjlwun9iscwm3xacmzmg65fa1j1lpdss
346   expires_at: 2038-01-01 00:00:00
347   scopes:
348   - GET /arvados/v1/collections/zzzzz-4zz18-znfnqtbbv4spc3w
349   - GET /arvados/v1/collections/zzzzz-4zz18-znfnqtbbv4spc3w/
350   - GET /arvados/v1/keep_services/accessible
351
352 container_runtime_token:
353   uuid: zzzzz-gj3su-2nj68s291f50gd9
354   api_client: untrusted
355   user: container_runtime_token_user
356   api_token: 2d19ue6ofx26o3mm7fs9u6t7hov9um0v92dzwk1o2xed3abprw
357   expires_at: 2038-01-01 00:00:00
358
359 crt_user:
360   uuid: zzzzz-gj3su-3r47qqy5ja5d54v
361   api_client: untrusted
362   user: container_runtime_token_user
363   api_token: 13z1tz9deoryml3twep0vsahi4862097pe5lsmesugnkgpgpwk
364   expires_at: 2038-01-01 00:00:00
365
366 runtime_token_limited_scope:
367   uuid: zzzzz-gj3su-2fljvypjrr4yr9m
368   api_client: untrusted
369   user: container_runtime_token_user
370   api_token: 1fwc3be1m13qkypix2gd01i4bq5ju483zjfc0cf4babjseirbm
371   expires_at: 2038-01-01 00:00:00
372   scopes: ["GET /"]