Merge remote-tracking branch 'origin/master' into 1971-show-image-thumbnails
[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 active:
16   api_client: untrusted
17   user: active
18   api_token: 3kg6k6lzmp9kj5cpkcoxie963cmvjahbt2fod9zru30k1jqdmi
19   expires_at: 2038-01-01 00:00:00
20
21 active_trustedclient:
22   api_client: trusted_workbench
23   user: active
24   api_token: 27bnddk6x2nmq00a1e3gq43n9tsl5v87a3faqar2ijj8tud5en
25   expires_at: 2038-01-01 00:00:00
26
27 spectator:
28   api_client: untrusted
29   user: spectator
30   api_token: zw2f4gwx8hw8cjre7yp6v1zylhrhn3m5gvjq73rtpwhmknrybu
31   expires_at: 2038-01-01 00:00:00
32
33 inactive:
34   api_client: untrusted
35   user: inactive
36   api_token: 5s29oj2hzmcmpq80hx9cta0rl5wuf3xfd6r7disusaptz7h9m0
37   expires_at: 2038-01-01 00:00:00
38
39 inactive_uninvited:
40   api_client: untrusted
41   user: inactive_uninvited
42   api_token: 62mhllc0otp78v08e3rpa3nsmf8q8ogk47f7u5z4erp5gpj9al
43   expires_at: 2038-01-01 00:00:00
44
45 inactive_but_signed_user_agreement:
46   api_client: untrusted
47   user: inactive_but_signed_user_agreement
48   api_token: 64k3bzw37iwpdlexczj02rw3m333rrb8ydvn2qq99ohv68so5k
49   expires_at: 2038-01-01 00:00:00
50
51 expired:
52   api_client: untrusted
53   user: active
54   api_token: 2ym314ysp27sk7h943q6vtc378srb06se3pq6ghurylyf3pdmx
55   expires_at: 1970-01-01 00:00:00
56
57 expired_trustedclient:
58   api_client: trusted_workbench
59   user: active
60   api_token: 5hpni7izokzcatku2896xxwqdbt5ptomn04r6auc7fohnli82v
61   expires_at: 1970-01-01 00:00:00