Robert Levas created AMBARI-23262:
-------------------------------------
Summary: Create sso-configuration category in Ambari
Configurations data
Key: AMBARI-23262
URL: https://issues.apache.org/jira/browse/AMBARI-23262
Project: Ambari
Issue Type: Task
Components: ambari-server
Affects Versions: 2.7.0
Reporter: Robert Levas
Assignee: Robert Levas
Fix For: 2.7.0
Create \{{sso-configuration}} category in Ambari Configurations data and allow
for the \{{sso_enabled_services}} property to be added to it. This property is
used to declare what services are expected to be configured for SSO and is
expected to be a comma-delimited list of services or "\{{*}}" to indicate all
services.
Examples:
{code:title=All services}
"sso_enabled_services":"*"
{code}
{code:title=Only Ambari}
"sso_enabled_services":"Ambari"
{code}
{code:title=Ambari, Ranger, and Atlas}
"sso_enabled_services":"Ambari, Ranger, Atlas"
{code}
Each service in the set of services should have indicated it supports SSO (see
BUG-98626) else it will silently be ignored.
This value should be set via Ambari's REST API or a Blueprint.
Upon setting this value via the Ambari REST API, it is expected that internal
logic will be triggered to ensure the relevant services in the list are
configured for SSO or not configured for SSO as the case may be.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)