Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 421B018B0D for ; Mon, 7 Dec 2015 15:04:26 +0000 (UTC) Received: (qmail 7245 invoked by uid 500); 7 Dec 2015 15:04:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 7094 invoked by uid 500); 7 Dec 2015 15:04:11 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 6805 invoked by uid 99); 7 Dec 2015 15:04:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 15:04:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D3802C1F5D for ; Mon, 7 Dec 2015 15:04:11 +0000 (UTC) Date: Mon, 7 Dec 2015 15:04:11 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-14192) Enforce granular role-based access control for service functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15045049#comment-15045049 ] Hadoop QA commented on AMBARI-14192: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12776075/AMBARI-14192_trunk_01.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 12 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 core tests{color}. The patch failed these unit tests in ambari-server: org.apache.ambari.server.orm.dao.RequestDAOTest org.apache.ambari.server.orm.dao.AlertDispatchDAOTest org.apache.ambari.server.upgrade.UpgradeCatalog212Test org.apache.ambari.server.orm.dao.AlertDefinitionDAOTest Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/4511//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4511//console This message is automatically generated. > Enforce granular role-based access control for service functions > ---------------------------------------------------------------- > > Key: AMBARI-14192 > URL: https://issues.apache.org/jira/browse/AMBARI-14192 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Robert Levas > Assignee: Robert Levas > Priority: Critical > Labels: rbac > Fix For: 2.4.0 > > Attachments: AMBARI-14192_trunk_01.patch > > > Enforce granular role-based access control for service functions: > || || Cluster\\User || Service\\Operator || Service\\Administrator || Cluster\\Operator || Cluster\\Administrator || Administrator || > |Start/Stop/Restart Service | |(+)|(+)|(+)|(+)|(+)| > |Decommission/recommission | |(+)|(+)|(+)|(+)|(+)| > |Run service checks | |(+)|(+)|(+)|(+)|(+)| > |Turn on/off maintenance mode | |(+)|(+)|(+)|(+)|(+)| > |Perform service-specific tasks| |(+)|(+)|(+)|(+)|(+)| > |Move to another host | | |(+)|(+)|(+)|(+)| > |Enable HA | | |(+)|(+)|(+)|(+)| > |Add Service to cluster | | | | |(+)|(+)| > |Install components | | | |(+)|(+)|(+)| > |Modify service configurations | | |(+)|(+)|(+)|(+)| > |Set service users and groups | | | | | |(+)| > Entry points affected: > * GET /api/v1/clusters/:cluster_name/services > * GET /api/v1/clusters/:cluster_name/services/:service_name > * POST /api/v1/clusters/:cluster_name/services/:service_name > * PUT /api/v1/clusters/:cluster_name/services/:service_name > * DELETE /api/v1/clusters/:cluster_name/services/:service_name > * GET /api/v1/clusters/:cluster_name/services/:service_name/components > * GET /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name > * POST /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name > * PUT /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name > * DELETE /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name > * POST /api/v1/clusters/:cluster_name/hosts > * POST /api/v1/clusters/:cluster_name/requests -- This message was sent by Atlassian JIRA (v6.3.4#6332)