Andrii Tkach created AMBARI-7785:
------------------------------------
Summary: 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
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)