Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / services / api / config / routes.rb
index ca4f7b0ed06e0d7433a5efc1bdf75fbcbc7b6f53..ebb5c6927109e25d4d9db6626f14f282d1cc0c52 100644 (file)
@@ -1,4 +1,6 @@
 Server::Application.routes.draw do
+  resources :humans
+  resources :traits
   resources :repositories
   resources :virtual_machines
   resources :authorized_keys
@@ -86,6 +88,8 @@ Server::Application.routes.draw do
       match '/jobs/queue' => 'jobs#queue'
       match '/jobs/:uuid/log_tail_follow' => 'jobs#log_tail_follow'
       match '/virtual_machines/get_all_logins' => 'virtual_machines#get_all_logins'
+      match '/virtual_machines/:uuid/logins' => 'virtual_machines#logins'
+      post '/api_client_authorizations/create_system_auth' => 'api_client_authorizations#create_system_auth'
       match '/repositories/get_all_permissions' => 'repositories#get_all_permissions'
       resources :collections
       resources :links
@@ -104,6 +108,8 @@ Server::Application.routes.draw do
       resources :authorized_keys
       resources :virtual_machines
       resources :repositories
+      resources :traits
+      resources :humans
     end
   end