Update RBAC Notes

amigan 2025-01-11 01:10:31 -05:00
parent 67c3138247
commit 311ed4095e

@ -1,6 +1,11 @@
# Auth Refactor
* Entities (incident, call, talkgroup record, alert) * Entities (incident, call, talkgroup record, alert)
* Read, write (permissions) * Read, write (permissions)
* Owner, other users, public (roles) * Owner, other users, public (roles)
* Role permission assignments configurable in webui * Role permission assignments configurable in webui
* ACLs per individual entity with inheritance from default configurable global ACL * ACLs per individual entity with inheritance from default configurable global ACL
* Store ACLs as many many table in DB * Store ACLs as many many table in DB
* Access/refresh token architecture
* Share links with their own ACLs
* Design with individual alert architecture in mind