[
https://issues.apache.org/jira/browse/AMBARI-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172339#comment-14172339
]
Hudson commented on AMBARI-7785:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #588 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/588/])
AMBARI-7785 Principal for DRPC should point to Nimbus host.(Ievgen Fialkovskyi
via atkach) (atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d1c082c969988f9de1d46f4295eda56cdaffd32b)
* ambari-web/test/controllers/main/admin/security/add/step3_test.js
* ambari-web/app/controllers/main/admin/security/add/step3.js
> Principal for DRPC should point to Nimbus host
> ----------------------------------------------
>
> Key: AMBARI-7785
> URL: https://issues.apache.org/jira/browse/AMBARI-7785
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-7785.patch, AMBARI-7785_branch-1.7.0.patch
>
>
> suppose we have the following layout:
> {code}
> с6402 -- nimbus
> с6404 -- drpc
> {code}
> when generate CVS for security enabliing principal for DRPC should have the
> following form:
> {code}
> nimbus/{nimbus_host}@EXAMPLE.COM
> {code}
> but currently we have just current host.
> We have now:
> {code}
> c6404.ambari.apache.org,DRPC_SERVER,nimbus/[email protected],nimbus.service.keytab,/etc/security/keytabs,root,hadoop,440
> {code}
> Must be:
> {code}
> c6404.ambari.apache.org,DRPC_SERVER,nimbus/[email protected],nimbus.service.keytab,/etc/security/keytabs,strom,hadoop,440
> {code}
> Please pay attention on user section in CVS: it should be {{storm}} instead
> of {{root}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)