Skip to content

Commit

Permalink
adding applicationsets in server rbac policy rule (#1140)
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
  • Loading branch information
Mangaal authored Jan 10, 2024
1 parent d424ebd commit acee651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/argocd/policyrule.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func policyRuleForServer() []v1.PolicyRule {
},
Resources: []string{
"applications",
"applicationsets",
"appprojects",
},
Verbs: []string{
Expand Down

0 comments on commit acee651

Please sign in to comment.