[
https://issues.apache.org/jira/browse/AMBARI-18434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15523140#comment-15523140
]
Hudson commented on AMBARI-18434:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #5722 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5722/])
AMBARI-18434. Fix upgrade configs for storm-site (magyari_sandor) (smagyari:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=5a29d4866e938015cd9d09763a37cc8f97a17f7d])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml
> 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)