-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6989 from hasuniea/master
adding role based access control
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# **Role based access control for Admin Portal** | ||
|
||
Super admin can restrict each section in the admin portal based on the scopes. Please follow the | ||
below scopes chart to define scopes. | ||
|
||
| **Admin portal Menu** | **scopes** | | ||
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------| | ||
| Rate Limiting Policies | apim:admin_tier_view, apim:admin_tier_manage, apim:tenantInfo, apim:bl_view, apim:bl_manage, apim:admin_settings | | ||
| Gateways | apim:environment_manage, apim:admin_settings, apim:environment_read | | ||
| API Categories | apim:api_category, apim:tenantInfo, apim:admin_settings | | ||
| Key Managers | apim:keymanagers_manage, apim:tenantInfo, apim:admin_settings | | ||
| Tasks | apim:api_workflow_view, apim:api_workflow_approve, apim:tenantInfo, apim:admin_setting | | ||
| Settings | apim:app_owner_change, apim:admin_application_view, apim:scope_manage, apim:admin_settings, apim:tenantInfo | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters