X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c884807d0bf8c32bb220ba382c97a455ade4bd0a..1d922bf219f74efcd5fda01ed127f7ccae0790c4:/services/api/app/models/api_client_authorization.rb diff --git a/services/api/app/models/api_client_authorization.rb b/services/api/app/models/api_client_authorization.rb index 651eacf626..77fc0a45af 100644 --- a/services/api/app/models/api_client_authorization.rb +++ b/services/api/app/models/api_client_authorization.rb @@ -111,6 +111,7 @@ class ApiClientAuthorization < ArvadosModel def self.check_system_root_token token if token == Rails.configuration.SystemRootToken return ApiClientAuthorization.new(user: User.find_by_uuid(system_user_uuid), + uuid: uuid_prefix+"-gj3su-000000000000000", api_token: token, api_client: ApiClient.new(is_trusted: true, url_prefix: "")) else