<?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: restrict WebHDFS to be reachable only from certain hosts in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188895#M70733</link>
    <description>&lt;P&gt;&lt;STRONG&gt;You achieve this by limiting access via firewall rules, other than that KNOX + Kerberos is the built in method.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Some resources:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Secure Authentication&lt;/STRONG&gt;: The core Hadoop uses Kerberos and Hadoop delegation tokens for security. WebHDFS also uses Kerberos (SPNEGO) and Hadoop delegation tokens for authentication.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/configure_webhdfs_for_knox.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/configure_webhdfs_for_knox.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-9-x/topics/cdh_sg_secure_webhdfs_config.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/5-9-x/topics/cdh_sg_secure_webhdfs_config.html&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2017 00:07:22 GMT</pubDate>
    <dc:creator>jpetro416</dc:creator>
    <dc:date>2017-11-04T00:07:22Z</dc:date>
    <item>
      <title>restrict WebHDFS to be reachable only from certain hosts</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188893#M70731</link>
      <description>&lt;P&gt;Is there a way to limit access to WebHDFS to only users coming from certain hosts? Something similar to hadoop.proxyuser&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 23:55:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188893#M70731</guid>
      <dc:creator>theyaa</dc:creator>
      <dc:date>2017-11-03T23:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: restrict WebHDFS to be reachable only from certain hosts</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188894#M70732</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12470/theyaamatti.html" nodeid="12470"&gt;@Theyaa Matti&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can take a look at the HDFS proxyuser hosts setting as, means the user with name as &amp;lt;USERNAME&amp;gt; will be able to access the  test1.example.com,test2.example.com,test3.example.com  hosts only.&lt;/P&gt;&lt;PRE&gt;hadoop.proxyuser.&amp;lt;USERNAME&amp;gt;.hosts=test1.example.com,test2.example.com,test3.example.com&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/Superusers.html" target="_blank"&gt;https://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/Superusers.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 00:03:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188894#M70732</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-11-04T00:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: restrict WebHDFS to be reachable only from certain hosts</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188895#M70733</link>
      <description>&lt;P&gt;&lt;STRONG&gt;You achieve this by limiting access via firewall rules, other than that KNOX + Kerberos is the built in method.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Some resources:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Secure Authentication&lt;/STRONG&gt;: The core Hadoop uses Kerberos and Hadoop delegation tokens for security. WebHDFS also uses Kerberos (SPNEGO) and Hadoop delegation tokens for authentication.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/configure_webhdfs_for_knox.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/configure_webhdfs_for_knox.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-9-x/topics/cdh_sg_secure_webhdfs_config.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/5-9-x/topics/cdh_sg_secure_webhdfs_config.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 00:07:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/restrict-WebHDFS-to-be-reachable-only-from-certain-hosts/m-p/188895#M70733</guid>
      <dc:creator>jpetro416</dc:creator>
      <dc:date>2017-11-04T00:07:22Z</dc:date>
    </item>
  </channel>
</rss>

