[
https://issues.apache.org/jira/browse/AMBARI-18023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409797#comment-15409797
]
Hudson commented on AMBARI-18023:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5465 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5465/])
AMBARI-18023. Enforce granular role-based access control for log search
(rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dc0722265bb7f6438807bafa8c9edbb96ab50559])
*
ambari-server/src/main/java/org/apache/ambari/server/api/services/LoggingService.java
*
ambari-server/src/test/java/org/apache/ambari/server/security/TestAuthenticationFactory.java
*
ambari-server/src/test/java/org/apache/ambari/server/api/services/LoggingServiceTest.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/logging/LoggingSearchPropertyProviderTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/logging/LoggingSearchPropertyProvider.java
> Enforce granular role-based access control for log search functions
> -------------------------------------------------------------------
>
> Key: AMBARI-18023
> URL: https://issues.apache.org/jira/browse/AMBARI-18023
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-18023_branch-2.4_01.patch,
> AMBARI-18023_trunk_01.patch
>
>
> Enforce granular role-based access control for log search functions.
> Users must have the SERVICE.VIEW_OPERATIONAL_LOGS authorization in order to
> perform log search functions.
> The following REST API entry points are affected:
> *{{GET /api/v1/clusters/:CLUSTER_NAME/host_components}}*
> * The LogSearch-related data is to be filtered out if the user does not have
> authorization to view it
> *{{GET /api/v1/clusters/:CLUSTER_NAME/logging/searchEngine}}*
> * Access is to be denied if the user does does not have authorization to view
> LogSearch-related data
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)