You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/11/21 19:55:00 UTC

[jira] [Commented] (AMBARI-24927) Add LDAP integration support information to service information via Ambari's REST API

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

Hudson commented on AMBARI-24927:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10318 (See [https://builds.apache.org/job/Ambari-trunk-Commit/10318/])
AMBARI-24927. Adding LDAP integration support information to service (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=296484db88ec8cb8b4753f6e69e23db3975dfc1b])
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariServerTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/StackServiceResponse.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/ServiceResponse.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/utils/StageUtilsTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog252Test.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/services/AlertNoticeDispatchServiceTest.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/controller/internal/StackServiceResourceProvider.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/testutils/PartialNiceMockBinder.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog260Test.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/alerts/ComponentVersionAlertRunnableTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/PreconfigureKerberosActionTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/orm/dao/AlertsDAOCachedTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/ServiceImpl.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostResourceProviderTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/serveraction/kerberos/UpdateKerberosConfigsServerActionTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ServiceResourceProvider.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/UserAuthenticationSourceResourceProviderTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/alerts/AgentHeartbeatAlertRunnableTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/checks/KerberosAdminPersistedCredentialCheckTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog251Test.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/agent/AgentResourceTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/alerts/StaleAlertRunnableTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/checks/DatabaseConsistencyCheckHelperTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/update/HostUpdateHelperTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog270Test.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AmbariServerConfigurationHandler.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/ConfigHelperTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/services/CachedAlertFlushServiceTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AmbariServerSSOConfigurationHandler.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/alerts/AmbariPerformanceRunnableTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/KerberosKeytabsActionTest.java


> Add LDAP integration support information to service information via Ambari's REST API
> -------------------------------------------------------------------------------------
>
>                 Key: AMBARI-24927
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24927
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.8.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add LDAP integration support information to service information via Ambari's REST API. This information should be usable by Ambari's search predicate feature.
> New _read-only_ properties for (stack) services should be:
>  * *{{ldap_integration_supported}}* - Indicates whether the service supports LDAP integration or not
>  ** Information is expected to be determined by service's meta info (see AMBARI-24907)
> New _read-only_ properties for installed services should be:
>  * *{{ldap_integration_supported}}* - Indicates whether the service supports LDAP integration or not
>  ** Information is expected to be determined by service's meta info (see AMBARI-24907 )
>  * *{{ldap_integration_enabled}}* - Indicates whether the service is configured for LDAP integration or not
>  ** Information is expected to be determined by a value indicated in the service's meta info (see AMBARI-24907)
>  * *{{ldap_integration_desired}}* - Indicates whether the service is chosen for LDAP integration or not (see AMBARI-24913)
>  ** Information is expected to be in the Ambari configurations with the property name {{ldap_enabled_services}}
> Examples:
> {noformat:title=Get stack service details}
> GET /api/v1/stacks/:STACK_NAME/versions/:VERSION/services/:SERVICE_NAME",
> {
>   "href" : ":URL",
>   "StackServices" : {
>      ...
>      "ldap_integration_supported": "false",
>      ...
>   },
>   ...
> {noformat}
> {noformat:title=Get installed service information}
> GET /api/v1/clusters/:CLUSTER_NAME/services/:SERVICE_NAME
> {
>   "href" : ":URL",
>   "ServiceInfo" : {
>     "cluster_name" : ":CLUSTER_NAME",
>     ...
>     "ldap_integration_supported": "true",
>     "ldap_integration_enabled": "false",
>     "ldap_integration_desired": "false",
>      ...
>     },
>     ...
> {noformat}
> {noformat:title=List installed services that support LDAP integration}
> GET /api/v1/clusters/:CLUSTER_NAME/services?ServiceInfo/ldap_integration_supported=true
> {
>   "href" : ":URL",
>   "items" : [
>       ...
>    ]
> }
> {noformat}
> {noformat:title=List stack services that support LDAP integration}
> GET /api/v1/stacks/:STACK_NAME/versions/:VERSION/services?StackServices/ldap_integration_supported=true
> {
>   "href" : ":URL",
>   "items" : [
>       ...
>    ]
> }{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)