3235: Merge branch 'master' into 3235-top-nav-site-search
[arvados.git] / services / api / test / fixtures / api_client_authorizations.yml
index aca6d7a6a1e087b114fe119e8b809d925f9c9363..4d465a67e5a93d9c704e0bb983f1d3073e9a37c2 100644 (file)
@@ -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
@@ -63,7 +69,7 @@ active_all_collections:
   user: active
   api_token: activecollectionsabcdefghijklmnopqrstuvwxyz1234567
   expires_at: 2038-01-01 00:00:00
-  scopes: ["GET /arvados/v1/collections/"]
+  scopes: ["GET /arvados/v1/collections/", "GET /arvados/v1/keep_disks"]
 
 active_userlist:
   api_client: untrusted
@@ -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
@@ -136,3 +149,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 /"]