From 311ed4095e7381d7adf7ca9da2e1a3ee9352681d Mon Sep 17 00:00:00 2001 From: amigan Date: Sat, 11 Jan 2025 01:10:31 -0500 Subject: [PATCH] Update RBAC Notes --- RBAC-Notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RBAC-Notes.md b/RBAC-Notes.md index a83a0ef..1069c21 100644 --- a/RBAC-Notes.md +++ b/RBAC-Notes.md @@ -1,6 +1,11 @@ +# Auth Refactor + * Entities (incident, call, talkgroup record, alert) * Read, write (permissions) * Owner, other users, public (roles) * Role permission assignments configurable in webui * ACLs per individual entity with inheritance from default configurable global ACL - * Store ACLs as many many table in DB \ No newline at end of file + * 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 \ No newline at end of file