You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/03/16 13:15:00 UTC

[jira] [Created] (IGNITE-7974) Authentication: SQL command to show users

Vladimir Ozerov created IGNITE-7974:
---------------------------------------

             Summary: Authentication: SQL command to show users
                 Key: IGNITE-7974
                 URL: https://issues.apache.org/jira/browse/IGNITE-7974
             Project: Ignite
          Issue Type: Task
          Components: general, sql
            Reporter: Vladimir Ozerov
             Fix For: 2.5


We introduced SQL commands to add/remove users. It should be possible to list them. In most databases it is done via special tables. We can either do the same thing - introduce fake H2 table which will delegate to metastore. Alternatively, we can implement our own command, e.g. {{SHOW USERS}} which will just output the list of users in any convenient form.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)