X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6f71acc7f50f6d1b202ac4911a27fe56619615d0..83561af02e156758b09ea771510ad4f9ee506b06:/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 d1743b73c1..4d465a67e5 100644 --- a/services/api/test/fixtures/api_client_authorizations.yml +++ b/services/api/test/fixtures/api_client_authorizations.yml @@ -43,6 +43,12 @@ active_noscope: expires_at: 2038-01-01 00:00:00 scopes: [] +project_viewer: + api_client: untrusted + user: project_viewer + api_token: projectviewertoken1234567890abcdefghijklmnopqrstuv + expires_at: 2038-01-01 00:00:00 + admin_vm: api_client: untrusted user: admin @@ -87,6 +93,13 @@ active_apitokens: scopes: ["GET /arvados/v1/api_client_authorizations", "POST /arvados/v1/api_client_authorizations"] +active_readonly: + api_client: untrusted + user: active + api_token: activereadonlyabcdefghijklmnopqrstuvwxyz1234568790 + expires_at: 2038-01-01 00:00:00 + scopes: ["GET /"] + spectator: api_client: untrusted user: spectator