Re: HBase thrift C# impersonation

2016-10-06 Thread kumar r
Hi, I have enabled doAs property as said in http://hbase.apache.org/book.html#security.gateway.thrift.doas hbase.thrift.kerberos.principal principal hbase.thrift.keytab.file keytab hbase.thrift.ssl.enabled true hbase.thrift.ssl.keystore.store

Re: HBase thrift C# impersonation

2016-10-05 Thread kumar r
Hi Dima, Thanks for the update. Let me check further. On Wed, Oct 5, 2016 at 2:28 AM, Dima Spivak wrote: > Hey Kumar, > > The ref guide section on enabling security for the Thrift gateway [1] is a > good place to start. Have you gone through that? > > 1.

Re: HBase thrift C# impersonation

2016-10-04 Thread Dima Spivak
Hey Kumar, The ref guide section on enabling security for the Thrift gateway [1] is a good place to start. Have you gone through that? 1. http://hbase.apache.org/book.html#security.gateway.thrift.doas -Dima On Tue, Oct 4, 2016 at 4:59 AM, kumar r wrote: > Hi, > > I need

HBase thrift C# impersonation

2016-10-04 Thread kumar r
Hi, I need example for C# HBase thrift with doAs header. First of all, setting the below property isn't enough to enable authentication/impersonation? hbase.thrift.security.qop auth-conf After setting this property, i cannot access HBase via C# thrift. I need example to access