Project

General

Profile

Actions

Bug #16613

closed

System Root Token cannot create tokens - null value in column "api_client_id"

Added by Peter Amstutz almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release relationship:
Auto

Description

Could not create API token for zzzzz-tpzed-fzbnjxd9v7v4l6j: <HttpError 422 when requesting https://api.zzzzz.example.com/arvados/v1/api_client_authorizations?alt=json returned "#<ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR: null value in column "api_client_id" violates not-null constraint

I think the problem is here:

https://dev.arvados.org/projects/arvados/repository/revisions/master/entry/services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb#L46

When using system root token, there's no api_client (we create a fake ApiClient object so that this doesn't crash). But when creating a token for another user, it takes the api_client of the current token, which is null.


Subtasks 1 (0 open1 closed)

Task #16692: Review 16613-sys-root-tokResolvedPeter Amstutz08/25/2020Actions

Related issues

Related to Arvados - Bug #16566: [cli] can't create a token when using a token created with create_superuser_token.rbNewActions
Actions #1

Updated by Peter Amstutz almost 4 years ago

  • Description updated (diff)
Actions #2

Updated by Ward Vandewege almost 4 years ago

  • Related to Bug #16566: [cli] can't create a token when using a token created with create_superuser_token.rb added
Actions #3

Updated by Peter Amstutz almost 4 years ago

  • Release set to 25
Actions #4

Updated by Peter Amstutz over 3 years ago

  • Assigned To set to Peter Amstutz
  • Subject changed from System Root Token cannot create tokens - null value in column "api_client_id" to System Root Token cannot create tokens - null value in column "api_client_id"
Actions #5

Updated by Peter Amstutz over 3 years ago

  • Status changed from New to In Progress
Actions #6

Updated by Peter Amstutz over 3 years ago

16613-sys-root-tok @ ab767ee94ac40e31d67e1eee8ad0f79fe38ca7ed

developer-run-tests: #2034

  • Seed the database with a special "SystemRootToken" ApiClient record that is used for the ephemeral SystemRootToken, and any tokens created using the SystemRootToken.
Actions #7

Updated by Lucas Di Pentima over 3 years ago

This LGTM, thanks!

Actions #8

Updated by Peter Amstutz over 3 years ago

  • Target version changed from 2020-08-26 Sprint to 2020-09-09 Sprint
Actions #9

Updated by Peter Amstutz over 3 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF