[
https://issues.apache.org/jira/browse/AMBARI-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-8336:
---------------------------------
Attachment: AMBARI-8336_03.patch
Updated due to review comments.
* Changed Kerberos state to more general _security_ state
* Updated state values to allow for different security types (i.e,
{{SECURED_KERBEROS}})
* Updated state values to allow for transitional states ({{SECURING}},
{{UNSECURING}})
Patch File [^AMBARI-8336_03.patch]
> Add Security State to Ambari database
> -------------------------------------
>
> Key: AMBARI-8336
> URL: https://issues.apache.org/jira/browse/AMBARI-8336
> Project: Ambari
> Issue Type: New Feature
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Blocker
> Labels: kerberos
> Fix For: 2.0.0
>
> Attachments: AMBARI-8336_01.patch, AMBARI-8336_02.patch,
> AMBARI-8336_03.patch
>
>
> In order to track which services and components have been or need to be
> secured, several tables need to be updated with a {{security_state}} column
> to contain one the following values:
> * {{UNKNOWN}} - Indicates that it is not known whether the service or
> component is secured or not
> * {{UNSECURED}} - Indicates service or component is not or should not be
> secured
> * {{SECURED_KERBEROS}} - Indicates component is or should be secured using
> Kerberos
> * {{SECURING}} - Indicates the component is in the process of being secured
> * {{UNSECURING}} - Indicates the component is in the process of being
> unsecured
> * {{ERROR}} - Indicates the component is not secured due to an error condition
> The following tables need to be updated:
> * hostcomponentdesiredstate - To indicate whether the component needs
> security added or removed
> * hostcomponentstate - To indicate whether the component is currently
> configured for security or not
> * servicedesiredstate - To indicate whether the service (and it components)
> should or should not be secured
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)