[
https://issues.apache.org/jira/browse/AMBARI-23262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404985#comment-16404985
]
Hudson commented on AMBARI-23262:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8878 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8878/])
[AMBARI-23262] Create sso-configuration category in Ambari (rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=f5569daec76e3e089f88ef659bc2804cc398d32f])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog270.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/service/ads/DefaultLdapConfigurationServiceTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/AmbariLdapConfigurationTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/UserNameAttrDetector.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/RootServiceComponentConfigurationResourceProviderTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/service/AmbariLdapFacadeTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AuthorizationTestModuleForLdapDNWithSpace.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/UserGroupMemberAttrDetector.java
* (delete)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AmbariServerConfigurationCategory.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AuthorizationTestModule.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RootServiceComponentConfigurationHandlerFactory.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/GroupNameAttrDetector.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java
* (delete)
ambari-server/src/main/java/org/apache/ambari/server/ldap/domain/AmbariLdapConfigurationKeys.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog270Test.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/DefaultLdapAttributeDetectionService.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapBindAuthenticatorTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/UserObjectClassDetector.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/LdapModuleFunctionalTest.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/configuration/AmbariServerConfigurationKey.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDNWithSpaceTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RootServiceComponentConfigurationResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/GroupObjectClassDetector.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/configuration/AmbariServerConfigurationCategory.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/ldap/service/ads/DefaultLdapAttributeDetectionServiceTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AmbariServerLDAPConfigurationHandler.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/ads/detectors/GroupMemberAttrDetector.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/LdapPerformanceTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/domain/AmbariLdapConfiguration.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/security/authorization/AmbariLdapAuthenticationProviderForDuplicateUserTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AmbariServerConfigurationUtils.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/ldap/service/AmbariLdapConfigurationProvider.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommandTest.java
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Create \{{sso-configuration}} category in Ambari Configurations data and
> allow for the {{ambari.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}
> "ambari.sso.enabled_services":"*"
> {code}
> {code:title=Only Ambari}
> "ambari.sso.enabled_services":"Ambari"
> {code}
> {code:title=Ambari, Ranger, and Atlas}
> "ambari.sso.enabled_services":"Ambari, Ranger, Atlas"
> {code}
> Each service in the set of services should have indicated it supports SSO
> (see AMBARI-23252) 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)