You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2014/10/15 13:18:34 UTC

[jira] [Created] (AMBARI-7785) Principal for DRPC should point to Nimbus host

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/c6404.ambari.apache.org@EXAMPLE.COM,nimbus.service.keytab,/etc/security/keytabs,root,hadoop,440
{code}

Must be:
{code}
c6404.ambari.apache.org,DRPC_SERVER,nimbus/c6402.ambari.apache.org@EXAMPLE.COM,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)