GitHub user lasinducharith opened a pull request:
https://github.com/apache/stratos/pull/29
User Management and Permissions for REST API
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 user_mgmt
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/stratos/pull/29.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 #29
----
commit 6bcbc3c329eebe18813caa60402f05fe9cfcd3d5
Author: lasinducharith <[email protected]>
Date: 2014-07-29T09:09:38Z
Adding missed timeout config
commit b70bc4ddc32b208f5b734d704d2e2de917dca376
Author: lasinducharith <[email protected]>
Date: 2014-08-04T13:55:47Z
Merge remote-tracking branch 'upstream/master'
commit 48389da72b7c31f177de78ee7eaccac176378412
Author: lasinducharith <[email protected]>
Date: 2014-08-21T08:46:24Z
Merge branch 'master' of https://github.com/apache/stratos
commit 100adc811ceb309d4f409dfe79f5e45119c5c5ee
Author: lasinducharith <[email protected]>
Date: 2014-09-03T09:39:57Z
Merge remote-tracking branch 'upstream/master' into user_mgmt
commit 0f018ffb6d9ac33f67d568d7ff3d9688e8f45a43
Author: lasinducharith <[email protected]>
Date: 2014-09-07T05:53:37Z
New Tenant User Role, REST API Permission and permission model changes
commit 2728506cc41cc87722b3245710e9bb53c4b0612a
Author: lasinducharith <[email protected]>
Date: 2014-09-10T18:03:54Z
User Management REST API methods and Internal/user role creation
commit 963894d127f33ba2e2a3828c51a7aca02294db96
Author: lasinducharith <[email protected]>
Date: 2014-09-11T04:02:48Z
Adding User Mgt Server feature to SM and changes to REST API
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---