Skip to content

Unable to add a new keypair using cli #1657

Closed
@rapsealk

Description

What Operating System(s) are you seeing this problem on?

Linux (x86-64)

Backend.AI version

60e4bde

Describe the bug

Keypair add command fails with the error message below:

$ ./backend.ai --output=json admin keypair add [email protected] default
{
  "ok": false,
  "msg": "unexpected error: Could not locate column in row for column 'groups_name'",
  "item_name": "keypair",
  "action_name": "add"
}

projects=row["groups_name"],

To Reproduce

  1. Create a new user
$ ./backend.ai admin user add default [email protected] 0000
  1. Create a new keypair for the user
$ ./backend.ai admin keypair add [email protected] default

Expected Behavior

Successfully create a new keypair for the given user.

Anything else?

It seems to be related to GraphQL or database fields.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

comp:managerRelated to Manager component

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions