emqx/apps/emqx_dashboard_rbac
JimMoen 5e100f52b8
style: erlfmt all `rebar.config` files and `bin/nodetool`
2023-12-29 09:08:03 +08:00
..
src chore: bump apps versions 2023-11-30 20:01:12 +01:00
test fix: allow viewers to change their own passwords 2023-10-18 18:40:02 +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 style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +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.