You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Mohit Anchlia <mo...@gmail.com> on 2016/05/06 17:51:25 UTC

Simple user/pass authentication

Is there a way to implement a simple user/pass authentication in HBase
instead of using a Kerberos? Are the coprocessor the right way of
implementing such authentication?

Re: Simple user/pass authentication

Posted by Mohit Anchlia <mo...@gmail.com>.
Thanks for the info. I did look at the "simple" authentication however I
couldn't see how it works with the clients? Do clients pass user/pass? How
to define user/pass? Is password stored in clear text?

On Fri, May 6, 2016 at 10:57 AM, Ted Yu <yu...@gmail.com> wrote:

> Please take a look at:
>
>
> http://hbase.apache.org/book.html#_server_side_configuration_for_simple_user_access_operation
>
> On Fri, May 6, 2016 at 10:51 AM, Mohit Anchlia <mo...@gmail.com>
> wrote:
>
> > Is there a way to implement a simple user/pass authentication in HBase
> > instead of using a Kerberos? Are the coprocessor the right way of
> > implementing such authentication?
> >
>

Re: Simple user/pass authentication

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at:

http://hbase.apache.org/book.html#_server_side_configuration_for_simple_user_access_operation

On Fri, May 6, 2016 at 10:51 AM, Mohit Anchlia <mo...@gmail.com>
wrote:

> Is there a way to implement a simple user/pass authentication in HBase
> instead of using a Kerberos? Are the coprocessor the right way of
> implementing such authentication?
>