Skip to content

User management via API and console #574

@gramian

Description

@gramian

Currently the console has no means of creating or deleting a user. Following is a proposal for console commands.

Expected behavior

  • CREATE USER username IDENTIFIED BY password
  • DROP USER username

For the HTTP-API endpoints this could translate to:

  • create user: api/v1/user/username

Given the server-only users, I think it would make sense to constrain these commands to the console, as for the CREATE DATABASE and DROP DATABASE commands?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions