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