-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94b7c75
commit 466c3e5
Showing
1 changed file
with
23 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
--- | ||
title: Role-based Access (RBAC) | ||
title: Access Management | ||
--- | ||
|
||
# Role-based Access (RBAC) | ||
## Site-wide | ||
|
||
Service Lens is using on role-based access management. It has teams to associate roles to users. | ||
There is only one role that has side-wide permissions. | ||
|
||
- Super Admin | ||
|
||
## Team level roles | ||
|
||
- Owner | ||
- Member | ||
- Developer | ||
- Viewer | ||
- Contributor | ||
|
||
## Permissions | ||
|
||
Roles capture the following permissions. | ||
|
||
- Read | ||
- Write | ||
- Admin | ||
|
||
This is a super simple role-based access management system. |