Update RBAC Notes
parent
67c3138247
commit
311ed4095e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue