You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/02/24 23:11:27 UTC

[jira] Created: (HBASE-2263) [stargate] multiuser mode: authenticator for zookeeper

[stargate] multiuser mode: authenticator for zookeeper
------------------------------------------------------

                 Key: HBASE-2263
                 URL: https://issues.apache.org/jira/browse/HBASE-2263
             Project: Hadoop HBase
          Issue Type: Sub-task
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell
            Priority: Minor
             Fix For: 0.20.4, 0.21.0


Add an authenticator module for zookeeper.

Use a tree like:

{noformat}
/stargate/
  users/
    <token>  -- JSON formatted user record with keys 'token', 'name', 'admin', and 'disabled'
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2263) [stargate] multiuser mode: authenticator for zookeeper

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-2263.
-----------------------------------

    Resolution: Fixed

Committed to trunk and 0.20 branch.

> [stargate] multiuser mode: authenticator for zookeeper
> ------------------------------------------------------
>
>                 Key: HBASE-2263
>                 URL: https://issues.apache.org/jira/browse/HBASE-2263
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2263.patch
>
>
> Add an authenticator module for zookeeper.
> Use a tree like:
> {noformat}
> /stargate/
>   users/
>     <token>  -- JSON formatted user record with keys 'token', 'name', 'admin', and 'disabled'
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-2263) [stargate] multiuser mode: authenticator for zookeeper

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-2263:
----------------------------------

    Attachment: HBASE-2263.patch

> [stargate] multiuser mode: authenticator for zookeeper
> ------------------------------------------------------
>
>                 Key: HBASE-2263
>                 URL: https://issues.apache.org/jira/browse/HBASE-2263
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2263.patch
>
>
> Add an authenticator module for zookeeper.
> Use a tree like:
> {noformat}
> /stargate/
>   users/
>     <token>  -- JSON formatted user record with keys 'token', 'name', 'admin', and 'disabled'
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.