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 4C16518078 for ; Wed, 10 Feb 2016 19:08:18 +0000 (UTC) Received: (qmail 34852 invoked by uid 500); 10 Feb 2016 19:08:18 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 34821 invoked by uid 500); 10 Feb 2016 19:08:18 -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 34808 invoked by uid 99); 10 Feb 2016 19:08:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 19:08:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0BD1F2C0AFA for ; Wed, 10 Feb 2016 19:08:18 +0000 (UTC) Date: Wed, 10 Feb 2016 19:08:18 +0000 (UTC) From: "Robert Levas (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14980) Provide explicit ordering for roles 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-14980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Levas updated AMBARI-14980: ---------------------------------- Attachment: AMBARI-14980_trunk_01.patch > Provide explicit ordering for roles > ----------------------------------- > > Key: AMBARI-14980 > URL: https://issues.apache.org/jira/browse/AMBARI-14980 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Robert Levas > Assignee: Robert Levas > Labels: rbac > Fix For: 2.4.0 > > Attachments: AMBARI-14980_trunk_01.patch > > > Since it may be desired to order roles in ways other than alphabetically, each role should have an explicit numerical order that may be used by UI's. > Roles should be explicitly ordered by the amount of access privileges they have. > ||Role Name||Explicit Order Value|| > |Ambari Administrator|1| > |Cluster Administrator|2| > |Cluster Operator|3| > |Service Administrator|4| > |Service Operator|5| > |Cluster User|6| > |View User|7| -- This message was sent by Atlassian JIRA (v6.3.4#6332)