<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HBase end-to-end over the wire encryption in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137072#M56155</link>
    <description>&lt;P&gt;ZooKeeper has SSL with Netty. But I am not sure it is tested well. &lt;A href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide"&gt;https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@Josh, in case of HBase tokens, I think they are stored in ZK. Can this be a concern? &lt;/P&gt;</description>
    <pubDate>Sat, 04 Mar 2017 06:47:48 GMT</pubDate>
    <dc:creator>Enis</dc:creator>
    <dc:date>2017-03-04T06:47:48Z</dc:date>
    <item>
      <title>HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137067#M56150</link>
      <description>&lt;P&gt;Need to know about:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;1.communication
between RS can be encrypted&lt;/LI&gt;&lt;LI&gt;2.hbase client to
ZK&lt;/LI&gt;&lt;LI&gt;3.phoenix jdbc client
connection encryption&lt;/LI&gt;&lt;LI&gt;4. within
ZK znodes, is there any customer information that needs to be protected&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:16:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137067#M56150</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-03-04T03:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137068#M56151</link>
      <description>&lt;P&gt;
	#1 See &lt;A href="https://hbase.apache.org/book.html#_client_side_configuration_for_secure_operation" target="_blank"&gt;https://hbase.apache.org/book.html#_client_side_configuration_for_secure_operation&lt;/A&gt;. Set 
	&lt;CODE&gt;hbase.rpc.protection=true
	&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;#2 There is no sensitive data that clients read out of ZooKeeper.&lt;/P&gt;&lt;P&gt;#3 I don't know this means. Phoenix uses HBase's RPC mechanism which is already encompassed by #1&lt;/P&gt;&lt;P&gt;#4 No, but HBase already sets up ACLs to protect all information that users should not see/modify. Table data is not stored in ZooKeeper.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:24:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137068#M56151</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2017-03-04T03:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137069#M56152</link>
      <description>&lt;P&gt;#3.. In this case flume is connecting to HBase via Phoenix JDBC.  So the question is if we need to do something for the JDBC connection to secure with SSL..&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 03:33:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137069#M56152</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2017-03-04T03:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137070#M56153</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looking at the documentation, the way I understand it is, that Phoenix JDBC driver uses HBase RPC mechanism and like &lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; noted, that's already covered in the secure client side configuration. See this link and notice how JDBC client is actually connected to Zookeeper.&lt;/P&gt;&lt;P&gt;&lt;A href="https://streever.atlassian.net/wiki/display/HADOOP/Phoenix+JDBC+Client+Setup" target="_blank"&gt;https://streever.atlassian.net/wiki/display/HADOOP/Phoenix+JDBC+Client+Setup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 05:19:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137070#M56153</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-03-04T05:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137071#M56154</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; HBase doesn't use SSL to protect RPCs &lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 05:39:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137071#M56154</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2017-03-04T05:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: HBase end-to-end over the wire encryption</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137072#M56155</link>
      <description>&lt;P&gt;ZooKeeper has SSL with Netty. But I am not sure it is tested well. &lt;A href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide"&gt;https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@Josh, in case of HBase tokens, I think they are stored in ZK. Can this be a concern? &lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 06:47:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-end-to-end-over-the-wire-encryption/m-p/137072#M56155</guid>
      <dc:creator>Enis</dc:creator>
      <dc:date>2017-03-04T06:47:48Z</dc:date>
    </item>
  </channel>
</rss>

