emqx/apps/emqx_dashboard_rbac
JimMoen d9466eef63
chore: fix Dashboard RBAC license and rebar.config
2023-09-22 21:19:45 +08:00
..
src fix(RBAC): allow read-only users to logout 2023-09-22 11:06:24 +08:00
test feat(sso): add `role` into the result of login endpoints 2023-09-22 13:48:07 +08:00
BSL.txt feat(dashboard): add RBAC feature for Dashboard 2023-09-14 19:28:37 +08:00
README.md chore: fix Dashboard RBAC license and rebar.config 2023-09-22 21:19:45 +08:00
docker-ct feat(dashboard): add RBAC feature for Dashboard 2023-09-14 19:28:37 +08:00
rebar.config chore: fix Dashboard RBAC license and rebar.config 2023-09-22 21:19:45 +08:00

README.md

Dashboard Role-Based Access Control

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.

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.