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?
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 passwordDROP USER usernameFor the HTTP-API endpoints this could translate to:
api/v1/user/usernameGiven the server-only users, I think it would make sense to constrain these commands to the console, as for the
CREATE DATABASEandDROP DATABASEcommands?