4015: fix pipeline instance tests
[arvados.git] / services / api / test / fixtures / api_client_authorizations.yml
1 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
3 admin:
4   api_client: untrusted
5   user: admin
6   api_token: 4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
7   expires_at: 2038-01-01 00:00:00
8
9 admin_trustedclient:
10   api_client: trusted_workbench
11   user: admin
12   api_token: 1a9ffdcga2o7cw8q12dndskomgs1ygli3ns9k2o9hgzgmktc78
13   expires_at: 2038-01-01 00:00:00
14
15 miniadmin:
16   api_client: untrusted
17   user: miniadmin
18   api_token: 2zb2y9pw3e70270te7oe3ewaantea3adyxjascvkz0zob7q7xb
19   expires_at: 2038-01-01 00:00:00
20
21 rominiadmin:
22   api_client: untrusted
23   user: rominiadmin
24   api_token: 5tsb2pc3zlatn1ortl98s2tqsehpby88wmmnzmpsjmzwa6payh
25   expires_at: 2038-01-01 00:00:00
26
27 active:
28   api_client: untrusted
29   user: active
30   api_token: 3kg6k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi
31   expires_at: 2038-01-01 00:00:00
32
33 active_trustedclient:
34   api_client: trusted_workbench
35   user: active
36   api_token: 27bnddk6x2nmq00a1e3gq43n9tsl5v87a3faqar2ijj8tud5en
37   expires_at: 2038-01-01 00:00:00
38
39 active_noscope:
40   api_client: untrusted
41   user: active
42   api_token: activenoscopeabcdefghijklmnopqrstuvwxyz12345678901
43   expires_at: 2038-01-01 00:00:00
44   scopes: []
45
46 project_viewer:
47   api_client: untrusted
48   user: project_viewer
49   api_token: projectviewertoken1234567890abcdefghijklmnopqrstuv
50   expires_at: 2038-01-01 00:00:00
51
52 subproject_admin:
53   api_client: untrusted
54   user: subproject_admin
55   api_token: subprojectadmintoken1234567890abcdefghijklmnopqrst
56   expires_at: 2038-01-01 00:00:00
57
58 admin_vm:
59   api_client: untrusted
60   user: admin
61   api_token: adminvirtualmachineabcdefghijklmnopqrstuvwxyz12345
62   expires_at: 2038-01-01 00:00:00
63   # scope refers to the testvm fixture.
64   scopes: ["GET /arvados/v1/virtual_machines/zzzzz-2x53u-382brsig8rp3064/logins"]
65
66 admin_noscope:
67   api_client: untrusted
68   user: admin
69   api_token: adminnoscopeabcdefghijklmnopqrstuvwxyz123456789012
70   expires_at: 2038-01-01 00:00:00
71   scopes: []
72
73 active_all_collections:
74   api_client: untrusted
75   user: active
76   api_token: activecollectionsabcdefghijklmnopqrstuvwxyz1234567
77   expires_at: 2038-01-01 00:00:00
78   scopes: ["GET /arvados/v1/collections/", "GET /arvados/v1/keep_disks"]
79
80 active_userlist:
81   api_client: untrusted
82   user: active
83   api_token: activeuserlistabcdefghijklmnopqrstuvwxyz1234568900
84   expires_at: 2038-01-01 00:00:00
85   scopes: ["GET /arvados/v1/users"]
86
87 active_specimens:
88   api_client: untrusted
89   user: active
90   api_token: activespecimensabcdefghijklmnopqrstuvwxyz123456890
91   expires_at: 2038-01-01 00:00:00
92   scopes: ["GET /arvados/v1/specimens/"]
93
94 active_apitokens:
95   api_client: trusted_workbench
96   user: active
97   api_token: activeapitokensabcdefghijklmnopqrstuvwxyz123456789
98   expires_at: 2038-01-01 00:00:00
99   scopes: ["GET /arvados/v1/api_client_authorizations",
100            "POST /arvados/v1/api_client_authorizations"]
101
102 active_readonly:
103   api_client: untrusted
104   user: active
105   api_token: activereadonlyabcdefghijklmnopqrstuvwxyz1234568790
106   expires_at: 2038-01-01 00:00:00
107   scopes: ["GET /"]
108
109 spectator:
110   api_client: untrusted
111   user: spectator
112   api_token: zw2f4gwx8hw8cjre7yp6v1zylhrhn3m5gvjq73rtpwhmknrybu
113   expires_at: 2038-01-01 00:00:00
114
115 spectator_specimens:
116   api_client: untrusted
117   user: spectator
118   api_token: spectatorspecimensabcdefghijklmnopqrstuvwxyz123245
119   expires_at: 2038-01-01 00:00:00
120   scopes: ["GET /arvados/v1/specimens", "GET /arvados/v1/specimens/",
121            "POST /arvados/v1/specimens"]
122
123 inactive:
124   api_client: untrusted
125   user: inactive
126   api_token: 5s29oj2hzmcmpq80hx9cta0rl5wuf3xfd6r7disusaptz7h9m0
127   expires_at: 2038-01-01 00:00:00
128
129 inactive_uninvited:
130   api_client: untrusted
131   user: inactive_uninvited
132   api_token: 62mhllc0otp78v08e3rpa3nsmf8q8ogk47f7u5z4erp5gpj9al
133   expires_at: 2038-01-01 00:00:00
134
135 inactive_but_signed_user_agreement:
136   api_client: untrusted
137   user: inactive_but_signed_user_agreement
138   api_token: 64k3bzw37iwpdlexczj02rw3m333rrb8ydvn2qq99ohv68so5k
139   expires_at: 2038-01-01 00:00:00
140
141 expired:
142   api_client: untrusted
143   user: active
144   api_token: 2ym314ysp27sk7h943q6vtc378srb06se3pq6ghurylyf3pdmx
145   expires_at: 1970-01-01 00:00:00
146
147 expired_trustedclient:
148   api_client: trusted_workbench
149   user: active
150   api_token: 5hpni7izokzcatku2896xxwqdbt5ptomn04r6auc7fohnli82v
151   expires_at: 1970-01-01 00:00:00
152
153 valid_token_deleted_user:
154   api_client: trusted_workbench
155   user_id: 1234567
156   api_token: tewfa58099sndckyqhlgd37za6e47o6h03r9l1vpll23hudm8b
157   expires_at: 2038-01-01 00:00:00
158
159 anonymous:
160   api_client: untrusted
161   user: anonymous
162   api_token: 4kg6k6lzmp9kj4cpkcoxie964cmvjahbt4fod9zru44k4jqdmi
163   expires_at: 2038-01-01 00:00:00
164   scopes: ["GET /"]
165
166 job_reader:
167   api_client: untrusted
168   user: job_reader
169   api_token: e99512cdc0f3415c2428b9758f33bdfb07bc3561b00e86e7e6
170   expires_at: 2038-01-01 00:00:00
171
172 active_no_prefs:
173   api_client: untrusted
174   user: active_no_prefs
175   api_token: 3kg612cdc0f3415c2428b9758f33bdfb07bc3561b00e86qdmi
176   expires_at: 2038-01-01 00:00:00
177
178 active_no_prefs_profile:
179   api_client: untrusted
180   user: active_no_prefs_profile
181   api_token: 3kg612cdc0f3415c242856758f33bdfb07bc3561b00e86qdmi
182   expires_at: 2038-01-01 00:00:00
183
184 user_foo_in_sharing_group:
185   api_client: untrusted
186   user: user_foo_in_sharing_group
187   api_token: 2p1pou8p4ls208mcbedeewlotghppenobcyrmyhq8pyf51xd8u
188   expires_at: 2038-01-01 00:00:00
189
190 user1_with_load:
191   api_client: untrusted
192   user: user1_with_load
193   api_token: 1234k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi
194   expires_at: 2038-01-01 00:00:00