python - How to secure client connections to an HBase Thrift Server? -
anyone knows port , host of hbase thrift server, , has access network, can access hbase. security risk. how can client access hbase thrift server made secure?
you secure hbase thrift server setting authentication via kerberos , setting property in hbase-site.xml
<name>hbase.thrift.security.qop</name> <value>auth</value>
http://www.cloudera.com/documentation/enterprise/latest/topics/cdh_sg_hbase_authentication.html
Comments
Post a Comment