Robert Levas created AMBARI-10576:
-------------------------------------
Summary: Add the ability to obtain details about required Kerberos
identities
Key: AMBARI-10576
URL: https://issues.apache.org/jira/browse/AMBARI-10576
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.1.0
Reporter: Robert Levas
Assignee: Robert Levas
Priority: Critical
Fix For: 2.1.0
Add the ability to obtain details about required Kerberos identities for the
cluster. These details should be obtained using a REST API call formatted as
a JSON structure.
JSON structure TBD.
Ideally at some point, the data will be converted into CSV-formatted data as
follows:
||host||description||principal||keytab file name||keytab file base path||keytab
file owner||keytab file group||keytab file mode||
|host1|Ambari Smoke Test
User|[email protected]|smokeuser.headless.keytab|/etc/security/keytabs|ambari-qa|hadoop|440|
|host1|HDFS
User|[email protected]|hdfs.headless.keytab|/etc/security/keytabs|hdfs|hadoop|440|
|host1|HDFS SPNEGO
User|HTTP/[email protected]|spnego.service.keytab|/etc/security/keytabs|root|hadoop|440|
|host1|HDFS SPNEGO
User|HTTP/[email protected]|spnego.service.keytab|/etc/security/keytabs|root|hadoop|440|
|host1|DataNode|dn/[email protected]|dn.service.keytab|/etc/security/keytabs|hdfs|hadoop|400|
|host1|NameNode|nn/[email protected]|nn.service.keytab|/etc/security/keytabs|hdfs|hadoop|400|
|host1|ZooKeeper
Server|zookeeper/[email protected]|zk.service.keytab|/etc/security/keytabs|zookeeper|hadoop|400|
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)