Re: Phoenix non-Kerberos security ?

2019-11-04 Thread Aleksandr Saraseka
It's working fine with Kerberos, but we use streaming Spark jobs on Google Dataproc cluster and seems it has some problems to make Spark -> Phoenix JDBC -> HBase working, so I'm trying to find some workaround to keep HBase unsecure and have "protection from mistake" for PQS that users use. On Mon,

Re: Phoenix non-Kerberos security ?

2019-11-04 Thread anil gupta
To the best of my knowledge Phoenix/HBase only supports Kerberos. In past, i have used secure HBase/Phoenix cluster in web services and it worked fine. Kerberos can be integrated with AD. But, you might need to check whether Queryserver supports security or not. In worst case, a potential workaroun

Phoenix non-Kerberos security ?

2019-11-04 Thread Aleksandr Saraseka
Hello community. Does Phoenix have some kind of security for authentication and authorization other then Kerberos ? We're allowing our users connect to our cluster with QueryServer, but at the same time we want to authenticate them and control what kind of access they can have (read only, write onl