Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 961D61128A for ; Sat, 13 Sep 2014 02:12:42 +0000 (UTC) Received: (qmail 54371 invoked by uid 500); 13 Sep 2014 02:12:42 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 54316 invoked by uid 500); 13 Sep 2014 02:12:42 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Delivered-To: moderator for dev@stratos.apache.org Received: (qmail 20442 invoked by uid 99); 12 Sep 2014 10:34:04 -0000 From: lasinducharith To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org Message-ID: Subject: [GitHub] stratos pull request: Merging kubernetes integration with user Man... Content-Type: text/plain Date: Fri, 12 Sep 2014 10:34:04 +0000 (UTC) GitHub user lasinducharith opened a pull request: https://github.com/apache/stratos/pull/34 Merging kubernetes integration with user Management changes This PR adds basic carbon user management functionality to Stratos. At the server start-up and tenant creation time a new role 'Internal/user' will be created with relevant permissions which can be used to create Tenant Users. New REST API methods are added to add/update/delete users for users with relevant permissions. REST API @AuthorizationAction is now validated for super admin/tenant admin/user in order to give access to particular API methods. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lasinducharith/stratos docker-integration_user_mgt Alternatively you can review and apply these changes as the patch at: https://github.com/apache/stratos/pull/34.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #34 ---- commit 29bf5f164ea6b77a34b876406cc2d3da95231109 Author: lasinducharith Date: 2014-09-12T10:31:40Z Merging kubernetes integration with User Management changes ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---