Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E80610AE2 for ; Thu, 6 Mar 2014 22:08:24 +0000 (UTC) Received: (qmail 16108 invoked by uid 500); 6 Mar 2014 22:07:51 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 16063 invoked by uid 500); 6 Mar 2014 22:07:49 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 16043 invoked by uid 500); 6 Mar 2014 22:07:48 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 15996 invoked by uid 99); 6 Mar 2014 22:07:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 22:07:47 +0000 Date: Thu, 6 Mar 2014 22:07:47 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5920) CloudStack IAM Plugin feature 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/CLOUDSTACK-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923140#comment-13923140 ] ASF subversion and git services commented on CLOUDSTACK-5920: ------------------------------------------------------------- Commit adb29b21402d4b446471c2d2741e09cd7b2106aa in cloudstack's branch refs/heads/rbac from [~minchen07] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=adb29b2 ] CLOUDSTACK-5920: IAM service server. > CloudStack IAM Plugin feature > ----------------------------- > > Key: CLOUDSTACK-5920 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5920 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the default.) > Components: API, Management Server > Affects Versions: 4.3.0 > Reporter: Prachi Damle > Assignee: Prachi Damle > Fix For: 4.4.0 > > > Currently CloudStack provides very limited IAM services and there are several drawbacks within those services: > - Offers few roles out of the box (user and admin) with prebaked access control for these roles. There is no way to create additional roles with customized permissions. > - Some resources have access control baked into them. E.g., shared networks, projects etc. > - We have to create special dedicate APIs to grant permissions to resources. > - Also it should be based on a plugin model to be possible to integrate with other RBAC implementations say using AD/LDAP in future > Goal for this feature would be to address these limitations and offer true IAM services in a phased manner. > As a first phase, we need to separate out the current access control into a separate component and create a standard access check mechanism to be used by the API layer. Also the read/listing APIs need to be refactored accordingly to consider the role based access granting. -- This message was sent by Atlassian JIRA (v6.2#6252)