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 9C3B5185A1 for ; Mon, 7 Dec 2015 21:30:11 +0000 (UTC) Received: (qmail 13417 invoked by uid 500); 7 Dec 2015 21:30:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 13336 invoked by uid 500); 7 Dec 2015 21:30: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 13304 invoked by uid 99); 7 Dec 2015 21:30: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 21:30:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 35CA62C1F57 for ; Mon, 7 Dec 2015 21:30:11 +0000 (UTC) Date: Mon, 7 Dec 2015 21:30:11 +0000 (UTC) From: "Robert Levas (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14193) Enforce granular role-based access control for host 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-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Levas updated AMBARI-14193: ---------------------------------- Description: Enforce granular role-based access control for host functions: || || Cluster\\User || Service\\Operator || Service\\Administrator || Cluster\\Operator || Cluster\\Administrator || Administrator || |Turn on/off maintenance mode | | | |(+)|(+)|(+)| |Add/Delete hosts | | | |(+)|(+)|(+)| |View host details |(+)|(+)| (+)|(+)|(+)|(+)| Entry points affected: * GET api/vi/hosts * GET api/vi/hosts/:host_name * POST api/vi/hosts/:host_name * PUT api/vi/hosts/:host_name * DELETE api/vi/hosts/:host_name was: Enforce granular role-based access control for host functions: || || Cluster\\User || Service\\Operator || Service\\Administrator || Cluster\\Operator || Cluster\\Administrator || Administrator || |Turn on/off maintenance mode | | | |(+)|(+)|(+)| |Add/Delete hosts | | | |(+)|(+)|(+)| Entry points affected: * GET api/vi/hosts * GET api/vi/hosts/:host_name * POST api/vi/hosts/:host_name * PUT api/vi/hosts/:host_name * DELETE api/vi/hosts/:host_name > Enforce granular role-based access control for host functions > ------------------------------------------------------------- > > Key: AMBARI-14193 > URL: https://issues.apache.org/jira/browse/AMBARI-14193 > 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-14193_trunk_01.patch > > > Enforce granular role-based access control for host functions: > || || Cluster\\User || Service\\Operator || Service\\Administrator || Cluster\\Operator || Cluster\\Administrator || Administrator || > |Turn on/off maintenance mode | | | |(+)|(+)|(+)| > |Add/Delete hosts | | | |(+)|(+)|(+)| > |View host details |(+)|(+)| (+)|(+)|(+)|(+)| > Entry points affected: > * GET api/vi/hosts > * GET api/vi/hosts/:host_name > * POST api/vi/hosts/:host_name > * PUT api/vi/hosts/:host_name > * DELETE api/vi/hosts/:host_name -- This message was sent by Atlassian JIRA (v6.3.4#6332)