Skip to content

Commit

Permalink
[cherry-pick]Remove robot account update quota permission (#19818)
Browse files Browse the repository at this point in the history
Remove robot account update quota permission

Signed-off-by: Yang Jiao <[email protected]>
Co-authored-by: Yang Jiao <[email protected]>
  • Loading branch information
YangJiao0817 and Yang Jiao authored Jan 10, 2024
1 parent f62f04b commit 241b417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/rbac/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ var (

{Resource: ResourceQuota, Action: ActionRead},
{Resource: ResourceQuota, Action: ActionList},
{Resource: ResourceQuota, Action: ActionUpdate},
},
"Project": {
{Resource: ResourceLog, Action: ActionList},
Expand Down

0 comments on commit 241b417

Please sign in to comment.