X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b588c254853ab654a685669c36b21e05154b6571..76e20e694fbe708e17e57a2e0b1c36aca6e8d7d0:/services/api/test/fixtures/api_client_authorizations.yml diff --git a/services/api/test/fixtures/api_client_authorizations.yml b/services/api/test/fixtures/api_client_authorizations.yml index 7effb2f534..9901ec4f03 100644 --- a/services/api/test/fixtures/api_client_authorizations.yml +++ b/services/api/test/fixtures/api_client_authorizations.yml @@ -12,6 +12,18 @@ admin_trustedclient: api_token: 1a9ffdcga2o7cw8q12dndskomgs1ygli3ns9k2o9hgzgmktc78 expires_at: 2038-01-01 00:00:00 +miniadmin: + api_client: untrusted + user: miniadmin + api_token: 2zb2y9pw3e70270te7oe3ewaantea3adyxjascvkz0zob7q7xb + expires_at: 2038-01-01 00:00:00 + +rominiadmin: + api_client: untrusted + user: rominiadmin + api_token: 5tsb2pc3zlatn1ortl98s2tqsehpby88wmmnzmpsjmzwa6payh + expires_at: 2038-01-01 00:00:00 + active: api_client: untrusted user: active @@ -24,12 +36,76 @@ active_trustedclient: api_token: 27bnddk6x2nmq00a1e3gq43n9tsl5v87a3faqar2ijj8tud5en expires_at: 2038-01-01 00:00:00 +active_noscope: + api_client: untrusted + user: active + api_token: activenoscopeabcdefghijklmnopqrstuvwxyz12345678901 + expires_at: 2038-01-01 00:00:00 + scopes: [] + +admin_vm: + api_client: untrusted + user: admin + api_token: adminvirtualmachineabcdefghijklmnopqrstuvwxyz12345 + expires_at: 2038-01-01 00:00:00 + # scope refers to the testvm fixture. + scopes: ["GET /arvados/v1/virtual_machines/zzzzz-2x53u-382brsig8rp3064/logins"] + +admin_noscope: + api_client: untrusted + user: admin + api_token: adminnoscopeabcdefghijklmnopqrstuvwxyz123456789012 + expires_at: 2038-01-01 00:00:00 + scopes: [] + +active_userlist: + api_client: untrusted + user: active + api_token: activeuserlistabcdefghijklmnopqrstuvwxyz1234568900 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /arvados/v1/users"] + +active_specimens: + api_client: untrusted + user: active + api_token: activespecimensabcdefghijklmnopqrstuvwxyz123456890 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /arvados/v1/specimens/"] + +active_apitokens: + api_client: trusted_workbench + user: active + api_token: activeapitokensabcdefghijklmnopqrstuvwxyz123456789 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /arvados/v1/api_client_authorizations", + "POST /arvados/v1/api_client_authorizations"] + +spectator: + api_client: untrusted + user: spectator + api_token: zw2f4gwx8hw8cjre7yp6v1zylhrhn3m5gvjq73rtpwhmknrybu + expires_at: 2038-01-01 00:00:00 + +spectator_specimens: + api_client: untrusted + user: spectator + api_token: spectatorspecimensabcdefghijklmnopqrstuvwxyz123245 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /arvados/v1/specimens", "GET /arvados/v1/specimens/", + "POST /arvados/v1/specimens"] + inactive: api_client: untrusted user: inactive api_token: 5s29oj2hzmcmpq80hx9cta0rl5wuf3xfd6r7disusaptz7h9m0 expires_at: 2038-01-01 00:00:00 +inactive_uninvited: + api_client: untrusted + user: inactive_uninvited + api_token: 62mhllc0otp78v08e3rpa3nsmf8q8ogk47f7u5z4erp5gpj9al + expires_at: 2038-01-01 00:00:00 + inactive_but_signed_user_agreement: api_client: untrusted user: inactive_but_signed_user_agreement @@ -47,3 +123,9 @@ expired_trustedclient: user: active api_token: 5hpni7izokzcatku2896xxwqdbt5ptomn04r6auc7fohnli82v expires_at: 1970-01-01 00:00:00 + +valid_token_deleted_user: + api_client: trusted_workbench + user_id: 1234567 + api_token: tewfa58099sndckyqhlgd37za6e47o6h03r9l1vpll23hudm8b + expires_at: 2038-01-01 00:00:00