X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6bb61bb11ad530e281791c528aad5bc59bba6e4..0df7a1c38affbc50a9c7d8834f9822e398860d91:/services/api/test/fixtures/api_client_authorizations.yml?ds=sidebyside diff --git a/services/api/test/fixtures/api_client_authorizations.yml b/services/api/test/fixtures/api_client_authorizations.yml index 94dabf99cf..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,6 +36,64 @@ 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 @@ -53,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