You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/01/09 17:11:58 UTC

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

Ted Yu created HBASE-17439:
------------------------------

             Summary: Make authentication Token retrieval amenable to coprocessor
                 Key: HBASE-17439
                 URL: https://issues.apache.org/jira/browse/HBASE-17439
             Project: HBase
          Issue Type: Improvement
            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)