<?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: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96243#M59571</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj&lt;/A&gt;, thanks for the reply.  In this kind of compliance environment, is there something more that is done to mitigate the lack of authentication on the HTTP servers?  Are the HTTP ports firewalled off?&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2015 04:27:43 GMT</pubDate>
    <dc:creator>cnauroth</dc:creator>
    <dc:date>2015-10-31T04:27:43Z</dc:date>
    <item>
      <title>Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96240#M59568</link>
      <description>&lt;P&gt;Activating Hadoop secure mode using Kerberos and activating Hadoop HTTP authentication using SPNEGO are separate configuration steps.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SecureMode.html" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SecureMode.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/HttpAuthentication.html" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/HttpAuthentication.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This means that it's possible to run a cluster with Kerberos authentication, but leave the HTTP endpoints unauthenticated.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any valid use case for running in this configuration?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Enabling Kerberos authentication implies a desired for security hardening.  Therefore, leaving the HTTP endpoints unauthenticated seems undesirable.&lt;/P&gt;&lt;P&gt;I have encountered clusters that had enabled Kerberos but had not enabled HTTP authentication.  When I see this, I generally advise that the admins go back and configure HTTP authentication.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Am I missing a valid reason why an admin would want to keep running in this mode?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:46:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96240#M59568</guid>
      <dc:creator>cnauroth</dc:creator>
      <dc:date>2022-09-16T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96241#M59569</link>
      <description>&lt;P&gt;@&lt;A href="http://community.hortonworks.com/users/381/cnauroth.html"&gt;Chris Nauroth&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Chris, It's completely based on the business requirement. Personally, I don't suggest for HTTP auth to my customer because compliance requirement requires minimum 2 factor authentication. Logging into Ambari using LDAP/AD credentials and then Kerberos takes care of it. Setting up HTTP auth for each web ui adds more work for admin/users to access web pages ( definitely not strong reason for not setting it up)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 04:11:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96241#M59569</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-30T04:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96242#M59570</link>
      <description>&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Companies with strict security controls will require HTTP SPNEGO, however, they also must provide the infrastructure for the client. The biggest burden is setting up clients and browsers for Kerberized access.&lt;/P&gt;&lt;P&gt;The only reason Ambari doesn't do it automatically is dev resources - this is already tracked internally. Ideally, Ambari will have an enhanced security wizard and prompt a user if she wants to also secure Hadoop web UIs.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 05:28:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96242#M59570</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2015-10-30T05:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96243#M59571</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj&lt;/A&gt;, thanks for the reply.  In this kind of compliance environment, is there something more that is done to mitigate the lack of authentication on the HTTP servers?  Are the HTTP ports firewalled off?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 04:27:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96243#M59571</guid>
      <dc:creator>cnauroth</dc:creator>
      <dc:date>2015-10-31T04:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96244#M59572</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/173/agrande.html" nodeid="173"&gt;@Andrew Grande&lt;/A&gt;, thank you.  I hadn't considered the IT challenges from the browser side.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 04:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96244#M59572</guid>
      <dc:creator>cnauroth</dc:creator>
      <dc:date>2015-10-31T04:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a valid use case for activating Hadoop secure mode (Kerberos authentication), but not activating Hadoop HTTP authentication?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96245#M59573</link>
      <description>&lt;P&gt;If you are asking about iptables then iptables = on&lt;/P&gt;&lt;P&gt;port exceptions stays on or knox plays its charm. &lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 04:35:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-a-valid-use-case-for-activating-Hadoop-secure-mode/m-p/96245#M59573</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-31T04:35:04Z</dc:date>
    </item>
  </channel>
</rss>

