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

Sandor Magyari updated AMBARI-18434:
------------------------------------
    Attachment: AMBARI-18434.patch

> Fix upgrade configs for storm-site
> ----------------------------------
>
>                 Key: AMBARI-18434
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18434
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Sandor Magyari
>            Assignee: Sandor Magyari
>            Priority: Critical
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-18434.patch
>
>
> Upgrade configs in config-upgrade.xml in 
> hdp_2_5_0_0_add_storm_security_configs definition for HDP 2.3 & HDP 2.4 for 
> storm-site are not correct, since there are three config properties to be 
> set, but only one of them will be set, the first which meets the condition:
> {code}
>  <definition xsi:type="configure" id="hdp_2_5_0_0_add_storm_security_configs">
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.impersonation.authorizer</key>
>               
> <value>org.apache.storm.security.auth.authorizer.ImpersonationAuthorizer</value>
>             </condition>
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.impersonation.acl</key>
>               <value>"{ {{storm_bare_jaas_principal}} : {hosts: ['*'], 
> groups: ['*']}}"</value>
>             </condition>
>             <condition type="cluster-env" key="security_enabled" value="true">
>               <type>storm-site</type>
>               <key>nimbus.admins</key>
>               <value>"['{{storm_bare_jaas_principal}}', 
> '{{ambari_bare_jaas_principal}}']"</value>
>             </condition>
>           </definition>
> {code}



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

Reply via email to