[ 
https://issues.apache.org/jira/browse/AMBARI-8486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Levas updated AMBARI-8486:
---------------------------------
    Description: 
The Kafka service components should indicate security state when queried by 
Ambari Agent via STATUS_COMMAND.  Each component should determine it's state as 
follows:

h3. KAFKA_BROKER
h4. Indicators
* Command JSON
** config\['configurations']\['cluster-env']\['security_enabled'] 
*** = “true”

h4. Pseudocode
{code}
if indicators imply security is on and validate
    state = SECURED_KERBEROS
else
    state = UNSECURED
{code}

  was:
The Kafka 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”

h4. Pseudocode
{code}
if indicators imply security is on and validate
    state = SECURED_KERBEROS
else
    state = UNSECURED
{code}


> Kafka service components should indicate security state
> -------------------------------------------------------
>
>                 Key: AMBARI-8486
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8486
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-server, stacks
>    Affects Versions: 2.0.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>              Labels: kafka, kerberos, security
>             Fix For: 2.0.0
>
>
> The Kafka service components should indicate security state when queried by 
> Ambari Agent via STATUS_COMMAND.  Each component should determine it's state 
> as follows:
> h3. KAFKA_BROKER
> h4. Indicators
> * Command JSON
> ** config\['configurations']\['cluster-env']\['security_enabled'] 
> *** = “true”
> h4. Pseudocode
> {code}
> if indicators imply security is on and validate
>     state = SECURED_KERBEROS
> else
>     state = UNSECURED
> {code}



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

Reply via email to