Skip to content

Commit

Permalink
RHINENG-9505: template update and delete need write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Jun 24, 2024
1 parent 0505352 commit c41c7e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manager/middlewares/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ var granularPerms = map[string]string{
"BaselineUpdateHandler": "patch:template:write",
"BaselineDeleteHandler": "patch:template:write",
"BaselineSystemsRemoveHandler": "patch:template:write",
"TemplateSystemsUpdateHandler": "patch:template:write",
"TemplateSystemsDeleteHandler": "patch:template:write",
"SystemDeleteHandler": "patch:system:write",
}

Expand Down

0 comments on commit c41c7e9

Please sign in to comment.