From 9d04fda0182102bef69c6b140674ccc6dfa2d7ca Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 18 Nov 2025 15:24:00 +0800 Subject: [PATCH] perf: add match perm to user for suggestions api --- apps/rbac/builtin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/rbac/builtin.py b/apps/rbac/builtin.py index f3a34ed24..c5f536b0d 100644 --- a/apps/rbac/builtin.py +++ b/apps/rbac/builtin.py @@ -23,6 +23,7 @@ user_perms = ( ("ops", "job", "*", "*"), ("ops", "jobexecution", "*", "*"), ("ops", "celerytaskexecution", "view", "*"), + ("users", "user", "match", "user"), ) system_user_perms = (