<?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: How to protect Storm nimbus without Kerberos in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136556#M43816</link>
    <description>&lt;P&gt;Hi Artern,&lt;/P&gt;&lt;P&gt;Thanks for the confirm.&lt;/P&gt;&lt;P&gt;My current problem is the customer doesn't want to setup Kerberos, and it's a single tenant cluster. Our solution is to use SASL/DIGEST with Nimbus thrift server. Both server and client JAAS configure a admin user/pass. If they match, then allow the connection.&lt;/P&gt;&lt;P&gt;But need to fix a bug in Storm DigestSaslTransportPlugin.java&lt;/P&gt;&lt;P&gt;So very simple.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wendell&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 21:47:34 GMT</pubDate>
    <dc:creator>wbu</dc:creator>
    <dc:date>2016-10-26T21:47:34Z</dc:date>
    <item>
      <title>How to protect Storm nimbus without Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136553#M43813</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What's the simplest solution to protect Storm Nimbus from random submit topologies?&lt;/P&gt;&lt;P&gt;I know kerberos can protect that, but my customer doesn't want to setup Kerberos and just want to protect Nimbus thrift port with either user/pass or ssl cert. I did think to use proxy, like Nginx. But there's no option in the storm cli to input user/pass. And can't find doc about Nimbus SSL.&lt;/P&gt;&lt;P&gt;Does anyone have this kind of experience?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Wendell&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:32:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136553#M43813</guid>
      <dc:creator>wbu</dc:creator>
      <dc:date>2016-10-18T20:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect Storm nimbus without Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136554#M43814</link>
      <description>&lt;P&gt;Apache Ranger can provide an authorization model for your Storm topologies, &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_Security_Guide/content/storm_policy.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_Security_Guide/content/storm_policy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here &lt;A href="https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5+-+User+Guide#ApacheRanger0.5-UserGuide-AddingSTORMPolicies" target="_blank"&gt;https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5+-+User+Guide#ApacheRanger0.5-UserGuide-AddingSTORMPolicies&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:55:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136554#M43814</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-10-19T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect Storm nimbus without Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136555#M43815</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/62114/how-to-protect-storm-nimbus-without-kerberos.html#"&gt;@wbu&lt;/A&gt; securing access to the Nimbus UI is only with Kerberos and SPNEGO AUTH &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_secure-storm-ambari/content/ch_secure-storm-ui.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_secure-storm-ambari/content/ch_secure-storm-ui.html&lt;/A&gt; so unless you just want to protect from submitting topologies with Apache Ranger, you have to enable Kerberos&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 15:01:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136555#M43815</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-10-26T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect Storm nimbus without Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136556#M43816</link>
      <description>&lt;P&gt;Hi Artern,&lt;/P&gt;&lt;P&gt;Thanks for the confirm.&lt;/P&gt;&lt;P&gt;My current problem is the customer doesn't want to setup Kerberos, and it's a single tenant cluster. Our solution is to use SASL/DIGEST with Nimbus thrift server. Both server and client JAAS configure a admin user/pass. If they match, then allow the connection.&lt;/P&gt;&lt;P&gt;But need to fix a bug in Storm DigestSaslTransportPlugin.java&lt;/P&gt;&lt;P&gt;So very simple.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wendell&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 21:47:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136556#M43816</guid>
      <dc:creator>wbu</dc:creator>
      <dc:date>2016-10-26T21:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to protect Storm nimbus without Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136557#M43817</link>
      <description>&lt;P&gt;DigestSaslTransportPlugin.java has another bug. Have to use PlainSaslTransportPlugin.java&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2016 22:08:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-protect-Storm-nimbus-without-Kerberos/m-p/136557#M43817</guid>
      <dc:creator>wbu</dc:creator>
      <dc:date>2016-10-29T22:08:36Z</dc:date>
    </item>
  </channel>
</rss>

