[
https://issues.apache.org/jira/browse/AMBARI-8480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267881#comment-14267881
]
Hudson commented on AMBARI-8480:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1418 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1418/])
AMBARI-8480. Kerberos service components should indicate security state
(rlevas) (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=3105ccdbea65e499dd371e94034d4c15280510f3)
*
ambari-server/src/main/resources/common-services/KERBEROS/1.10.3-10/package/scripts/kerberos_client.py
* ambari-server/src/test/python/stacks/2.2/KERBEROS/test_kerberos_client.py
> Kerberos service components should indicate security state
> ----------------------------------------------------------
>
> Key: AMBARI-8480
> URL: https://issues.apache.org/jira/browse/AMBARI-8480
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server, stacks
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Minor
> Labels: kerberos, lifecycle, security
> Fix For: 2.0.0
>
> Attachments: AMBARI-8480_01.patch, AMBARI-8480_01.patch,
> AMBARI-8480_02.patch
>
>
> The Kerberos service components should indicate security state when queried
> by Ambari Agent via STATUS_COMMAND. Each component should determine it's
> state as follows:
> h3. KERBEROS_CLIENT
> h4. Indicators
> * Command JSON
> ** config\['configurations']\['cluster-env']\['security_enabled']
> *** = “true”
> ** config\['configurations']\['cluster-env']\['smokeuser_keytab']
> *** not empty
> *** path exists and is readable
> *** required
> ** config\['configurations']\['cluster-env']\['smokeuser']
> *** not empty
> *** required
> h4. Pseudocode
> {code}
> if indicators imply security is on and validate
> if kinit(smoketest user) succeeds
> state = SECURED_KERBEROS
> else
> state = ERROR
> else
> state = UNSECURED
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)