CWL spec -> CWL standards
[arvados.git] / services / api / test / fixtures / users.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-tpzed-000000000000000
9   owner_uuid: zzzzz-tpzed-000000000000000
10   created_at: 2014-11-27 06:38:21.215463000 Z
11   modified_by_client_uuid: zzzzz-ozdt8-teyxzyd8qllg11h
12   modified_by_user_uuid: zzzzz-tpzed-000000000000000
13   modified_at: 2014-11-27 06:38:21.208036000 Z
14   email: root
15   first_name: root
16   last_name: ''
17   identity_url:
18   is_admin: true
19   prefs: {}
20   updated_at: 2014-11-27 06:38:21.207873000 Z
21   is_active: true
22
23 admin:
24   owner_uuid: zzzzz-tpzed-000000000000000
25   uuid: zzzzz-tpzed-d9tiejq69daie8f
26   email: admin@arvados.local
27   first_name: TestCase
28   last_name: Administrator
29   identity_url: https://admin.openid.local
30   is_active: true
31   is_admin: true
32   username: admin
33   prefs:
34     profile:
35       organization: example.com
36       role: IT
37     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
38
39 miniadmin:
40   owner_uuid: zzzzz-tpzed-000000000000000
41   uuid: zzzzz-tpzed-2bg9x0oeydcw5hm
42   email: miniadmin@arvados.local
43   first_name: TestCase
44   last_name: User Group Administrator
45   identity_url: https://miniadmin.openid.local
46   is_active: true
47   is_admin: false
48   username: miniadmin
49   prefs:
50     profile:
51       organization: example.com
52       role: IT
53     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
54
55 rominiadmin:
56   owner_uuid: zzzzz-tpzed-000000000000000
57   uuid: zzzzz-tpzed-4hvxm4n25emegis
58   email: rominiadmin@arvados.local
59   first_name: TestCase
60   last_name: Read-Only User Group Administrator
61   identity_url: https://rominiadmin.openid.local
62   is_active: true
63   is_admin: false
64   username: rominiadmin
65   prefs:
66     profile:
67       organization: example.com
68       role: IT
69     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
70
71 active:
72   owner_uuid: zzzzz-tpzed-000000000000000
73   uuid: zzzzz-tpzed-xurymjxw79nv3jz
74   email: active-user@arvados.local
75   modified_by_client_uuid: zzzzz-ozdt8-teyxzyd8qllg11h
76   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
77   first_name: Active
78   last_name: User
79   identity_url: https://active-user.openid.local
80   is_active: true
81   is_admin: false
82   modified_at: 2015-03-26 12:34:56.789000000 Z
83   username: active
84   prefs:
85     profile:
86       organization: example.com
87       role: Computational biologist
88     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
89
90 federated_active:
91   owner_uuid: zzzzz-tpzed-000000000000000
92   uuid: zbbbb-tpzed-xurymjxw79nv3jz
93   email: zbbbb-active-user@arvados.local
94   first_name: Active
95   last_name: User
96   identity_url: https://federated-active-user.openid.local
97   is_active: true
98   is_admin: false
99   username: federatedactive
100   prefs:
101     profile:
102       organization: example.com
103       role: Computational biologist
104     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
105
106 project_viewer:
107   owner_uuid: zzzzz-tpzed-000000000000000
108   uuid: zzzzz-tpzed-projectviewer1a
109   email: project-viewer@arvados.local
110   first_name: Project
111   last_name: Viewer
112   identity_url: https://project-viewer.openid.local
113   is_active: true
114   is_admin: false
115   username: projectviewer
116   prefs:
117     profile:
118       organization: example.com
119       role: Computational biologist
120     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
121
122 future_project_user:
123   # Workbench tests give this user permission on aproject.
124   owner_uuid: zzzzz-tpzed-000000000000000
125   uuid: zzzzz-tpzed-futureprojview2
126   email: future-project-user@arvados.local
127   first_name: Future Project
128   last_name: User
129   identity_url: https://future-project-user.openid.local
130   is_active: true
131   is_admin: false
132   username: futureprojectviewer
133   prefs:
134     profile:
135       organization: example.com
136       role: Computational biologist
137     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
138
139 subproject_admin:
140   owner_uuid: zzzzz-tpzed-000000000000000
141   uuid: zzzzz-tpzed-subprojectadmin
142   email: subproject-admin@arvados.local
143   first_name: Subproject
144   last_name: Admin
145   identity_url: https://subproject-admin.openid.local
146   is_active: true
147   is_admin: false
148   username: subprojectadmin
149   prefs:
150     profile:
151       organization: example.com
152       role: Computational biologist
153     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
154
155 spectator:
156   owner_uuid: zzzzz-tpzed-000000000000000
157   uuid: zzzzz-tpzed-l1s2piq4t4mps8r
158   email: spectator@arvados.local
159   first_name: Spect
160   last_name: Ator
161   identity_url: https://spectator.openid.local
162   is_active: true
163   is_admin: false
164   username: spectator
165   prefs:
166     profile:
167       organization: example.com
168       role: Computational biologist
169     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
170
171 container_runtime_token_user:
172   owner_uuid: zzzzz-tpzed-000000000000000
173   uuid: zzzzz-tpzed-l3skomkti0c4vg4
174   email: spectator@arvados.local
175   first_name: Spect
176   last_name: Ator
177   identity_url: https://container_runtime_token_user.openid.local
178   is_active: true
179   is_admin: false
180   username: containerruntimetokenuser
181   prefs:
182     profile:
183       organization: example.com
184       role: Computational biologist
185     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
186
187 inactive_uninvited:
188   owner_uuid: zzzzz-tpzed-000000000000000
189   uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma
190   email: inactive-uninvited-user@arvados.local
191   first_name: Inactive and Uninvited
192   last_name: User
193   identity_url: https://inactive-uninvited-user.openid.local
194   is_active: false
195   is_admin: false
196   prefs: {}
197
198 inactive:
199   owner_uuid: zzzzz-tpzed-000000000000000
200   uuid: zzzzz-tpzed-x9kqpd79egh49c7
201   email: inactive-user@arvados.local
202   first_name: Inactive
203   last_name: User
204   identity_url: https://inactive-user.openid.local
205   is_active: false
206   is_admin: false
207   username: inactiveuser
208   prefs: {}
209
210 inactive_but_signed_user_agreement:
211   owner_uuid: zzzzz-tpzed-000000000000000
212   uuid: zzzzz-tpzed-7sg468ezxwnodxs
213   email: inactive-user-signed-ua@arvados.local
214   first_name: Inactive But Agreeable
215   last_name: User
216   identity_url: https://inactive-but-agreeable-user.openid.local
217   is_active: false
218   is_admin: false
219   prefs:
220     profile:
221       organization: example.com
222       role: Computational biologist
223     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
224
225 anonymous:
226   owner_uuid: zzzzz-tpzed-000000000000000
227   uuid: zzzzz-tpzed-anonymouspublic
228   email: anonymouspublic
229   first_name: anonymouspublic
230   last_name: anonymouspublic
231   is_active: false
232   is_admin: false
233   prefs: {}
234
235 job_reader:
236   owner_uuid: zzzzz-tpzed-000000000000000
237   uuid: zzzzz-tpzed-905b42d1dd4a354
238   email: jobber@arvados.local
239   first_name: Job
240   last_name: Er
241   identity_url: https://job_reader.openid.local
242   is_active: true
243   is_admin: false
244   username: jobber
245   prefs:
246     profile:
247       organization: example.com
248       role: Computational biologist
249     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
250
251 job_reader2:
252   owner_uuid: zzzzz-tpzed-000000000000000
253   uuid: zzzzz-tpzed-readjobwithcomp
254   email: job_reader2@arvados.local
255   first_name: Job
256   last_name: Reader2
257   identity_url: https://job_reader2.openid.local
258   is_active: true
259   is_admin: false
260   username: jobreader2
261   prefs:
262     profile:
263       organization: example.com
264       role: Computational biologist
265     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
266
267 active_no_prefs:
268   owner_uuid: zzzzz-tpzed-000000000000000
269   uuid: zzzzz-tpzed-a46c42d1td4aoj4
270   email: active_no_prefs@arvados.local
271   first_name: NoPrefs
272   last_name: NoProfile
273   identity_url: https://active_no_prefs.openid.local
274   is_active: true
275   is_admin: false
276   prefs: {}
277
278 active_no_prefs_profile_no_getting_started_shown:
279   owner_uuid: zzzzz-tpzed-000000000000000
280   uuid: zzzzz-tpzed-a46c98d1td4aoj4
281   email: active_no_prefs_profile@arvados.local
282   first_name: HasPrefs
283   last_name: NoProfile
284   identity_url: https://active_no_prefs_profile.openid.local
285   is_active: true
286   is_admin: false
287   prefs:
288     test: abc
289
290 active_no_prefs_profile_with_getting_started_shown:
291   owner_uuid: zzzzz-tpzed-000000000000000
292   uuid: zzzzz-tpzed-getstartnoprofl
293   email: active_no_prefs_profile@arvados.local
294   first_name: HasPrefs
295   last_name: NoProfileWithGettingStartedShown
296   identity_url: https://active_no_prefs_profile_seen_gs.openid.local
297   is_active: true
298   is_admin: false
299   prefs:
300     test: abc
301     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
302
303 active_with_prefs_profile_no_getting_started_shown:
304   owner_uuid: zzzzz-tpzed-000000000000000
305   uuid: zzzzz-tpzed-nogettinstarted
306   email: active_nogettinstarted@arvados.local
307   first_name: HasPrefsProfile
308   last_name: NoGettingStartedShown
309   identity_url: https://active_nogettinstarted.openid.local
310   is_active: true
311   prefs:
312     profile:
313       organization: example.com
314       role: Computational biologist
315
316 # Fixtures to test granting and removing permissions.
317
318 user_foo_in_sharing_group:
319   owner_uuid: zzzzz-tpzed-000000000000000
320   uuid: zzzzz-tpzed-81hsbo6mk8nl05c
321   email: user_foo_in_sharing_group@arvados.local
322   first_name: Foo
323   last_name: Sharing
324   identity_url: https://user_foo_in_sharing_group.openid.local
325   is_active: true
326   is_admin: false
327   username: fooinsharing
328
329 user_bar_in_sharing_group:
330   owner_uuid: zzzzz-tpzed-000000000000000
331   uuid: zzzzz-tpzed-n3oaj4sm5fcnwib
332   email: user_bar_in_sharing_group@arvados.local
333   first_name: Bar
334   last_name: Sharing
335   identity_url: https://user_bar_in_sharing_group.openid.local
336   is_active: true
337   is_admin: false
338   username: barinsharing
339
340 user1_with_load:
341   owner_uuid: zzzzz-tpzed-000000000000000
342   uuid: zzzzz-tpzed-user1withloadab
343   email: user1_with_load@arvados.local
344   first_name: user1_with_load
345   last_name: User
346   identity_url: https://user1_with_load.openid.local
347   is_active: true
348   is_admin: false
349   username: user1withload
350   prefs:
351     profile:
352       organization: example.com
353       role: IT
354     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
355
356 fuse:
357   owner_uuid: zzzzz-tpzed-000000000000000
358   uuid: zzzzz-tpzed-0fusedrivertest
359   email: fuse@arvados.local
360   first_name: FUSE
361   last_name: User
362   identity_url: https://fuse.openid.local
363   is_active: true
364   is_admin: false
365   username: FUSE
366   prefs:
367     profile:
368       organization: example.com
369       role: IT
370     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
371
372 permission_perftest:
373   owner_uuid: zzzzz-tpzed-000000000000000
374   uuid: zzzzz-tpzed-permissionptest
375   email: fuse@arvados.local
376   first_name: FUSE
377   last_name: User
378   identity_url: https://permission_perftest.openid.local
379   is_active: true
380   is_admin: false
381   username: perftest
382   prefs:
383     profile:
384       organization: example.com
385       role: IT
386     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
387
388 redirects_to_active:
389   owner_uuid: zzzzz-tpzed-000000000000000
390   uuid: zzzzz-tpzed-1au3is3g3chtthd
391   email: redirects-to-active-user@arvados.local
392   first_name: Active2
393   last_name: User2
394   identity_url: https://redirects-to-active-user.openid.local
395   is_active: true
396   is_admin: false
397   username: redirect_active
398   redirect_to_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
399   prefs:
400     profile:
401       organization: example.com
402       role: Computational biologist
403     getting_started_shown: 2015-03-26 12:34:56.789000000 Z
404
405 double_redirects_to_active:
406   owner_uuid: zzzzz-tpzed-000000000000000
407   uuid: zzzzz-tpzed-oiusowoxoz0pk3p
408   email: double-redirects-to-active-user@arvados.local
409   first_name: Active3
410   last_name: User3
411   identity_url: https://double-redirects-to-active-user.openid.local
412   is_active: true
413   is_admin: false
414   username: double_redirect_active
415   redirect_to_user_uuid: zzzzz-tpzed-1au3is3g3chtthd
416   prefs:
417     profile:
418       organization: example.com
419       role: Computational biologist
420     getting_started_shown: 2015-03-26 12:34:56.789000000 Z