You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/01/06 18:07:35 UTC

[jira] [Commented] (AMBARI-8797) Zookeeper service components should indicate security state

    [ https://issues.apache.org/jira/browse/AMBARI-8797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266407#comment-14266407 ] 

Hudson commented on AMBARI-8797:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit-docker #672 (See [https://builds.apache.org/job/Ambari-trunk-Commit-docker/672/])
AMBARI-8797. Zookeeper service components should indicate security state (rlevas) (rlevas: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c2da10c286721acb3ee23c0a49103716ae1c9ef3)
* ambari-server/src/test/python/stacks/2.0.6/ZOOKEEPER/test_zookeeper_server.py
* ambari-common/src/main/python/resource_management/libraries/functions/security_commons.py
* ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/status_params.py
* ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_server.py


> Zookeeper service components should indicate security state
> -----------------------------------------------------------
>
>                 Key: AMBARI-8797
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8797
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-server, stacks
>    Affects Versions: 2.0.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>              Labels: kerberos, security, stack
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-8797_01.patch
>
>
> The Zookeeper service components should indicate security state when queried by Ambari Agent via STATUS_COMMAND.  Each component should determine it's state as follows:
> h2. ZOOKEEPER_SERVER
> h3. Indicators
> * Command JSON
> ** config\['configurations']\['cluster-env']\['security_enabled'] 
> *** = “true”
> * Configuration File: params.config_dir + '/zookeeper-env.xml'
> ** zookeeper_keytab_path
> *** not empty
> *** path exists and is readable
> *** required
> ** zookeeper_principal_name
> *** not empty
> *** required
> h3. Pseudocode
> {code}
> if indicators imply security is on and validate
>     if kinit(zookeeper_server 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)