<?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: Cloudbreak - kerberos-env json descriptor format in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203539#M165538</link>
    <description>&lt;P&gt;Just figured it out.  I had previously filled in the basic section and it seems to conflict if you dont clear it when moving to the advanced configuration.  I have cleared basic and the configuration has started.&lt;/P&gt;&lt;P&gt;Thank you for your help and very prompt responses &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 17:46:28 GMT</pubDate>
    <dc:creator>james_bashforth</dc:creator>
    <dc:date>2018-08-03T17:46:28Z</dc:date>
    <item>
      <title>Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203534#M165533</link>
      <description>&lt;P&gt;I'm trying to add some advanced kerberos options within cloudbreak and am stuck on the format of the kerberos-env json descriptor.  I have tried a few things and keep getting "The descriptor must be a valid JSON with the required fields"&lt;/P&gt;&lt;P&gt;Can anyone advise of the format that should be used?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 16:34:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203534#M165533</guid>
      <dc:creator>james_bashforth</dc:creator>
      <dc:date>2018-08-03T16:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203535#M165534</link>
      <description>&lt;P&gt;There is an example here, near the bottom of the page;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.2/content/security-kerberos/index.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.2/content/security-kerberos/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If that doesn't help you, can you share what you've used that is giving you an error?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:18:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203535#M165534</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-08-03T17:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203536#M165535</link>
      <description>&lt;P&gt;	I have tried the following in a few different ways.  Removing the kerberos-env and just using properties.  I have also tried getting the kerberos-descriptor from the api and using that.  I get the message "The descriptor must be a valid JSON with the required fields Kerberos configuration contains inconsistent parameters" with the below code.&lt;/P&gt;&lt;PRE&gt;{
"kerberos-env":{
    "properties" : {
        "password_min_uppercase_letters" : "1",
        "password_min_whitespace" : "0",
        "password_min_punctuation" : "1",
        "manage_auth_to_local" : "true",
        "password_min_digits" : "1",
        "set_password_expiry" : "false",
        "encryption_types" : "aes des3-cbc-sha1 rc4 des-cbc-md5",
        "kdc_create_attributes" : "",
        "create_ambari_principal" : "true",
        "password_min_lowercase_letters" : "1",
        "password_length" : "20",
        "case_insensitive_username_rules" : "true",
        "manage_identities" : "true",
        "password_chat_timeout" : "5",
        "ad_create_attributes_template" : "\n{\n  \"objectClass\": [\"top\", \"person\", \"organizationalPerson\", \"user\"],\n  \"cn\": \"$principal_digest_256\",\n  #if( $is_service )\n  \"servicePrincipalName\": \"$principal_name\",\n  #end\n  \"userPrincipalName\": \"$normalized_principal\",\n  \"unicodePwd\": \"$password\",\n  \"accountExpires\": \"0\",\n  \"userAccountControl\": \"66048\"\n}",
        "preconfigure_services" : "DEFAULT",
        "install_packages" : "true",
        "ldap_url" : "ldaps://system.example.com:636",
        "executable_search_paths" : "/usr/bin, /usr/kerberos/bin, /usr/sbin, /usr/lib/mit/bin, /usr/lib/mit/sbin",
        "group" : "ambari-managed-principals",
        "kdc_type": "active-directory"
      }
    }
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:28:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203536#M165535</guid>
      <dc:creator>james_bashforth</dc:creator>
      <dc:date>2018-08-03T17:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203537#M165536</link>
      <description>&lt;P&gt;Thanks for sharing your JSON. It looks good but the error also complains about the required fields. I don't see some fields; realm / kdc_type / kdc_host / admin_server_host etc as you can see on the example in the link I previously sent. Can you try to include those values, and see if that makes any improvement?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:33:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203537#M165536</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-08-03T17:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203538#M165537</link>
      <description>&lt;P&gt;Just added those and getting "Kerberos configuration contains inconsistent parameters"&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:38:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203538#M165537</guid>
      <dc:creator>james_bashforth</dc:creator>
      <dc:date>2018-08-03T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203539#M165538</link>
      <description>&lt;P&gt;Just figured it out.  I had previously filled in the basic section and it seems to conflict if you dont clear it when moving to the advanced configuration.  I have cleared basic and the configuration has started.&lt;/P&gt;&lt;P&gt;Thank you for your help and very prompt responses &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:46:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203539#M165538</guid>
      <dc:creator>james_bashforth</dc:creator>
      <dc:date>2018-08-03T17:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cloudbreak - kerberos-env json descriptor format</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203540#M165539</link>
      <description>&lt;P&gt;Awesome, glad you got it working now and thanks for clarifying how you got it up! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:48:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudbreak-kerberos-env-json-descriptor-format/m-p/203540#M165539</guid>
      <dc:creator>JonathanSneep</dc:creator>
      <dc:date>2018-08-03T17:48:03Z</dc:date>
    </item>
  </channel>
</rss>

