From 7268a3f3e2ba85c6066de983fb53ec2a7298d7f6 Mon Sep 17 00:00:00 2001 From: Yang Jiao <72076317+YangJiao0817@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:07:24 +0800 Subject: [PATCH] Remove robot account update quota permission (#19819) Signed-off-by: Yang Jiao Co-authored-by: Yang Jiao --- src/common/rbac/const.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/rbac/const.go b/src/common/rbac/const.go index 6d7128b71..ff49ec3fd 100644 --- a/src/common/rbac/const.go +++ b/src/common/rbac/const.go @@ -152,7 +152,6 @@ var ( {Resource: ResourceQuota, Action: ActionRead}, {Resource: ResourceQuota, Action: ActionList}, - {Resource: ResourceQuota, Action: ActionUpdate}, }, "Project": { {Resource: ResourceLog, Action: ActionList},