|
|
2 tahun lalu | |
|---|---|---|
| .. | ||
| src | ca6547c05b fix(rbac): change default role and update changes | 2 tahun lalu |
| test | 61311081d8 fix(sso): fix RBAC test errors && spellcheck | 2 tahun lalu |
| BSL.txt | 5c31c5ce76 feat(dashboard): add RBAC feature for Dashboard | 2 tahun lalu |
| README.md | 5c31c5ce76 feat(dashboard): add RBAC feature for Dashboard | 2 tahun lalu |
| docker-ct | 5c31c5ce76 feat(dashboard): add RBAC feature for Dashboard | 2 tahun lalu |
| rebar.config | 5c31c5ce76 feat(dashboard): add RBAC feature for Dashboard | 2 tahun lalu |
RBAC (Role-Based Access Control) is a common access control model for managing user access to systems, applications or resources. In the RBAC model, access permissions are assigned and managed based on user roles instead of being directly associated with individual users, making management and usage simpler.
This application houses the RBAC feature for Dashboard.
Please see our contributing.md.
See APL.