You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2016/06/27 18:47:52 UTC

[jira] [Resolved] (AMBARI-17453) AmbariServer looks for ldap_url, container_dn in blueprint even for MIT security type

     [ https://issues.apache.org/jira/browse/AMBARI-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Levas resolved AMBARI-17453.
-----------------------------------
    Resolution: Duplicate

> AmbariServer looks for ldap_url, container_dn in blueprint even for MIT security type
> -------------------------------------------------------------------------------------
>
>                 Key: AMBARI-17453
>                 URL: https://issues.apache.org/jira/browse/AMBARI-17453
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>             Fix For: 2.4.0
>
>
> The following properties are deemed required, even when the kdc_type is MIT_KDC: {{ldap_url}} , {{container_dn}}:
> {code:title=Blueprint}
> {
>   "configurations": [
>     {
>       "cluster-env": {
>         "properties": {
>           "command_retry_max_time_in_sec": "1200"
>         }
>       }
>     },
>     {
>       "kerberos-env": {
>         "properties": {
>           "realm": "EXAMPLE.COM",
>           "kdc_type": "mit-kdc",
>           "kdc_hosts": "c6501",
>           "admin_server_host": "c6501",
>           "encryption_types": "aes des3-cbc-sha1 rc4 des-cbc-md5",
>           "service_check_principal_name": "cl1-QutreRP8p3"
>         }
>       }
>     },
>     {
>       "krb5-conf": {
>         "properties": {
>           "domains": "",
>           "manage_krb5_conf": "true"
>         }
>       }
>     }
>   ],
>   "host_groups": [
>     {
>       "name": "host1",
>       "cardinality": "1",
>       "components": [
>         {
>           "name": "ZOOKEEPER_CLIENT"
>         },
>         {
>           "name": "KERBEROS_CLIENT"
>         },
>         {
>           "name": "ZOOKEEPER_SERVER"
>         }
>       ]
>     }
>   ],
>   "Blueprints": {
>     "blueprint_name": "bp2",
>     "stack_name": "HDP",
>     "stack_version": "2.5"
>   }
> }
> {code}
> {code:title=Result}
> {
>   "status": 400,
>   "message": "Blueprint configuration validation failed: Missing required properties.  Specify a value for these properties in the blueprint configuration. {host1={kerberos-env=[ldap_url, container_dn]}}"
> }
> {code}
> These properties are only valid when the kdc_type is "active_directory".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)