perf: add match perm to user for suggestions api

This commit is contained in:
Eric
2025-11-18 15:24:00 +08:00
committed by 老广
parent 01c277cd1e
commit 9d04fda018

View File

@@ -23,6 +23,7 @@ user_perms = (
("ops", "job", "*", "*"),
("ops", "jobexecution", "*", "*"),
("ops", "celerytaskexecution", "view", "*"),
("users", "user", "match", "user"),
)
system_user_perms = (