From 9fd7fa9339ab42415a9a37ea8a87615665f96e44 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Tue, 8 Mar 2022 15:53:02 +0800 Subject: [PATCH] fix: add auditor perm (#7768) Co-authored-by: feng626 <1304903146@qq.com> --- apps/rbac/builtin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/rbac/builtin.py b/apps/rbac/builtin.py index d66189505..4d9f7bc8d 100644 --- a/apps/rbac/builtin.py +++ b/apps/rbac/builtin.py @@ -14,6 +14,7 @@ auditor_perms = ( ('common', 'permission', 'view', 'resourcestatistics'), ('audits', '*', '*', '*'), ('terminal', 'commandstorage', 'view', 'commandstorage'), + ('terminal', 'sessionreplay', 'view,download', 'sessionreplay'), ('terminal', 'session', '*', '*'), ('terminal', 'command', '*', '*'), ('ops', 'commandexecution', 'view', 'commandexecution'),