Skip to content

Commit f620de2

Browse files
committed
Add missing permission in clusterrole
Signed-off-by: Varsha B <[email protected]>
1 parent 9b14ac4 commit f620de2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

controllers/argocd/openshift/openshift.go

+11
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,17 @@ func policyRulesForClusterConfig() []rbacv1.PolicyRule {
333333
"*",
334334
},
335335
},
336+
{
337+
APIGroups: []string{
338+
"",
339+
},
340+
Resources: []string{
341+
"serviceaccounts",
342+
},
343+
Verbs: []string{
344+
"impersonate",
345+
},
346+
},
336347
}
337348
}
338349

0 commit comments

Comments
 (0)