<?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: Does Cloudera Manager 5.4.0 Python Client API support Kerberos Keytab authentication? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30724#M6888</link>
    <description>This support is currently planned for C6 timeframe which is early 2016.</description>
    <pubDate>Wed, 12 Aug 2015 15:50:25 GMT</pubDate>
    <dc:creator>Dat Pham</dc:creator>
    <dc:date>2015-08-12T15:50:25Z</dc:date>
    <item>
      <title>Does Cloudera Manager 5.4.0 Python Client API support Kerberos Keytab authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30511#M6885</link>
      <description>&lt;P&gt;Our team has implemented an Oozie custom action and want to deploy it using our internal frameworks (rpm based).We have implemented deployment scripts using the Cloudera Manager Python Client API (see&amp;nbsp;&lt;A href="http://cloudera.github.io/cm_api/epydoc/5.4.0/index.html)," target="_blank"&gt;http://cloudera.github.io/cm_api/epydoc/5.4.0/index.html),&lt;/A&gt; which seems to require knowing the authentication credentials that is the plaintext user name and password of the cloudera manager server at install time to construct the ApiResource (which has only one constructor), in particular, the documentation reads as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" cellspacing="0" cellpadding="3"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="sig"&gt;&lt;SPAN class="sig-name"&gt;__init__&lt;/SPAN&gt;(&lt;SPAN class="sig-arg"&gt;self&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;server_host&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;server_port&lt;/SPAN&gt;=&lt;SPAN class="sig-default"&gt;None&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;username&lt;/SPAN&gt;=&lt;SPAN class="sig-default"&gt;'admin'&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;password&lt;/SPAN&gt;=&lt;SPAN class="sig-default"&gt;'admin'&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;use_tls&lt;/SPAN&gt;=&lt;SPAN class="sig-default"&gt;False&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="sig-arg"&gt;version&lt;/SPAN&gt;=&lt;SPAN class="sig-default"&gt;10&lt;/SPAN&gt;)&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;(Constructor)&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN class="codelink"&gt;&lt;A href="http://cloudera.github.io/cm_api/epydoc/5.4.0/cm_api.api_client-pysrc.html#ApiResource.__init__" target="_blank"&gt;source&amp;nbsp;code&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Creates a Resource object that provides API endpoints.&lt;/P&gt;Parameters:&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;server_host&lt;/STRONG&gt;&amp;nbsp;- The hostname of the Cloudera Manager server.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;server_port&lt;/STRONG&gt;&amp;nbsp;- The port of the server. Defaults to 7180 (http) or 7183 (https).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;username&lt;/STRONG&gt;&amp;nbsp;- Login name.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;password&lt;/STRONG&gt;&amp;nbsp;- Login password.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;use_tls&lt;/STRONG&gt;&amp;nbsp;- Whether to use tls (https).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;version&lt;/STRONG&gt;&amp;nbsp;- API version.&lt;/LI&gt;&lt;/UL&gt;Returns: Resource object referring to the root. Overrides: object.__init__&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Our local security team has suggested using Kerberos Keytabs for authentication (and I'm not expert at Kerberos yet). &amp;nbsp;Can that approach work with the python client interface, if so how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:36:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30511#M6885</guid>
      <dc:creator>BillM.</dc:creator>
      <dc:date>2022-09-16T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cloudera Manager 5.4.0 Python Client API support Kerberos Keytab authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30693#M6886</link>
      <description>&lt;P&gt;The Cloudeara Manager Python Client API does not currently support Kerberos Authentication.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 20:43:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30693#M6886</guid>
      <dc:creator>BillM.</dc:creator>
      <dc:date>2015-08-11T20:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cloudera Manager 5.4.0 Python Client API support Kerberos Keytab authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30720#M6887</link>
      <description>&lt;P&gt;Thank you Bill for sharing the information in case anyone else has the same question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 12:38:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30720#M6887</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2015-08-12T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cloudera Manager 5.4.0 Python Client API support Kerberos Keytab authentication?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30724#M6888</link>
      <description>This support is currently planned for C6 timeframe which is early 2016.</description>
      <pubDate>Wed, 12 Aug 2015 15:50:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Cloudera-Manager-5-4-0-Python-Client-API-support/m-p/30724#M6888</guid>
      <dc:creator>Dat Pham</dc:creator>
      <dc:date>2015-08-12T15:50:25Z</dc:date>
    </item>
  </channel>
</rss>

