mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-16 17:15:18 +00:00
perf: add match perm to user for suggestions api
This commit is contained in:
@@ -23,6 +23,7 @@ user_perms = (
|
||||
("ops", "job", "*", "*"),
|
||||
("ops", "jobexecution", "*", "*"),
|
||||
("ops", "celerytaskexecution", "view", "*"),
|
||||
("users", "user", "match", "user"),
|
||||
)
|
||||
|
||||
system_user_perms = (
|
||||
|
||||
Reference in New Issue
Block a user