X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3bd5f6c3f353059c15eeea51b16b2fdee694d504..9e1d5923421b3439f0cd3297240beebebed38754:/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 9901ec4f03..d1743b73c1 100644 --- a/services/api/test/fixtures/api_client_authorizations.yml +++ b/services/api/test/fixtures/api_client_authorizations.yml @@ -58,6 +58,13 @@ admin_noscope: expires_at: 2038-01-01 00:00:00 scopes: [] +active_all_collections: + api_client: untrusted + user: active + api_token: activecollectionsabcdefghijklmnopqrstuvwxyz1234567 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /arvados/v1/collections/", "GET /arvados/v1/keep_disks"] + active_userlist: api_client: untrusted user: active @@ -129,3 +136,10 @@ valid_token_deleted_user: user_id: 1234567 api_token: tewfa58099sndckyqhlgd37za6e47o6h03r9l1vpll23hudm8b expires_at: 2038-01-01 00:00:00 + +anonymous: + api_client: untrusted + user: anonymous + api_token: 4kg6k6lzmp9kj4cpkcoxie964cmvjahbt4fod9zru44k4jqdmi + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /"]