Audit log: RBAC change filtering and highlighting #84
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
All RBAC mutations (role assignment, group membership changes, user creation/deletion) are logged to the audit log via
AuditServicewith categoriesUSER_MGMTandRBAC. The audit log page (/admin/audit) exists but does not provide category-specific filtering or highlighting for RBAC events.Requirements
Backend
GET /api/v1/admin/auditalready supports filtering — verify it supportscategoryquery parameter?category=USER_MGMT,RBACfilter supportUI enhancements
Linked navigation
Notes
AuditCategory.java: AUTH, USER_MGMT, CONFIG, SECURITY, DATA (check if RBAC is a separate category or uses USER_MGMT)