You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/01/10 14:02:58 UTC

[jira] [Updated] (HBASE-17439) Make authentication Token retrieval amenable to coprocessor

     [ https://issues.apache.org/jira/browse/HBASE-17439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-17439:
--------------------------------
    Component/s: security
                 Coprocessors

> Make authentication Token retrieval amenable to coprocessor
> -----------------------------------------------------------
>
>                 Key: HBASE-17439
>                 URL: https://issues.apache.org/jira/browse/HBASE-17439
>             Project: HBase
>          Issue Type: Improvement
>          Components: Coprocessors, security
>            Reporter: Ted Yu
>
> In the course of solving HBASE-17435, [~jerryhe] and I noticed that it is cumbersome for other coprocessor (such as SecureBulkLoadEndpoint) to retrieve authentication Token from region server.
> Currently a Connection is needed to communicate with TokenProvider. Care is needed not to introduce dead lock on the server side.
> This JIRA is to investigate feasibility of bypassing Connection / TokenProvider in the retrieval of authentication Token for custom coprocessor. This involves some refactoring around AuthenticationTokenSecretManager.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)