[
https://issues.apache.org/jira/browse/AMBARI-15373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194112#comment-15194112
]
Hudson commented on AMBARI-15373:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4491 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4491/])
AMBARI-15373. Provide composite Kerberos Descriptor via the REST API (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=cbd88027a4cfd287e6b8669c30db06231a63c2b6])
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AbstractControllerResourceProviderTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImplTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractControllerResourceProvider.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ClusterKerberosDescriptorResourceProviderTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/ClusterService.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/resources/ClusterResourceDefinitionTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/spi/Resource.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/services/ClusterKerberosDescriptorServiceTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ClusterKerberosDescriptorResourceProvider.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImpl.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/ClusterKerberosDescriptorService.java
*
ambari-server/src/main/java/org/apache/ambari/server/api/resources/ClusterResourceDefinition.java
> Provide composite Kerberos Descriptor via the REST API
> ------------------------------------------------------
>
> Key: AMBARI-15373
> URL: https://issues.apache.org/jira/browse/AMBARI-15373
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos_descriptor, rest_api
> Fix For: 2.4.0
>
> Attachments: AMBARI-15373_trunk_01.patch
>
>
> Provide an entry point in the REST API to retrieve the _composite_ Kerberos
> descriptor. This includes the default Kerberos descriptor built from the
> stack definitions overlaid with the (potentially sparse) Kerberos descriptor
> stored as an artifact of the cluster.
> The entry point should be a read-only sub-resource of "clusters", and should
> only be made available if asked for explicitly due to the size of the data
> that will be returned.
> {noformat:title=Example API call}
> GET /api/v1/clusters/:cluster_name/kerberos_descriptors/COMPOSITE
> {noformat}
> Note: Kerberos Descriptors available via this interface are:
> * STACK - the default Kerberos Descriptor from the relevant stack definition
> * USER - the user-suppled updates to the stack default Kerberos Descriptor
> * COMPOSITE - the stack default Kerberos Descriptor with the user-suppled
> updates applied (this is the Kerberos Descriptor used when performing
> Kerberos-related operations)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)