[
https://issues.apache.org/jira/browse/AMBARI-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267242#comment-14267242
]
Hudson commented on AMBARI-8899:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #681 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/681/])
AMBARI-8899. Knox service components should indicate security state (rlevas)
(rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7159bdc40f440b0d5fd38a72f15faaab02a8740d)
* ambari-server/src/test/python/stacks/2.2/KNOX/test_knox_gateway.py
*
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py
* ambari-server/src/test/python/stacks/2.2/configs/secured.json
*
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/status_params.py
* ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/kerberos.json
> Knox service components should indicate security state
> ------------------------------------------------------
>
> Key: AMBARI-8899
> URL: https://issues.apache.org/jira/browse/AMBARI-8899
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-agent, stacks
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos
> Fix For: 2.0.0
>
> Attachments: AMBARI-8899_01.patch
>
>
> The Knox service components should indicate security state when queried by
> Ambari Agent via STATUS_COMMAND. Each component should determine it's state
> as follows:
> h2. KNOX_GATEWAY
> h3. Indicators
> * Command JSON
> ** config\['configurations']\['cluster-env']\['security_enabled']
> *** = “true”
> * Configuration File: knox_conf_dir + '/krb5JAASLogin.conf'
> ** keyTab
> *** not empty
> *** path exists and is readable
> *** required
> ** principal
> *** not empty
> *** required
> h3. Pseudocode
> {code}
> if indicators imply security is on and validate
> if kinit(principal) succeeds
> state = SECURED_KERBEROS
> else
> state = ERROR
> else
> state = UNSECURED
> {code}
> _*Note*_: Due to the _cost_ of calling {{kinit}} results should be cached for
> a period of time before retrying. This may be an issue depending on the
> frequency of the heartbeat timeout.
> _*Note*_: {{kinit}} calls should specify a _temporary_ cache file which
> should be destroyed after command is executed - BUG-29477
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)