Skip to content

Commit

Permalink
Merge pull request #1895 from andfasano/day2-additional-rbac
Browse files Browse the repository at this point in the history
AGENT-966: additional rbac policy rules
  • Loading branch information
openshift-merge-bot[bot] authored Oct 8, 2024
2 parents 4afb880 + 07bd140 commit 3692450
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkg/cli/admin/nodeimage/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,9 +852,24 @@ func (c *BaseNodeImageCommand) createRolesAndBindings(ctx context.Context) error
"clusterversions",
"infrastructures",
"proxies",
"imagedigestmirrorsets",
"imagecontentpolicies",
},
Verbs: []string{
"get",
"list",
},
},
{
APIGroups: []string{
"machineconfiguration.openshift.io",
},
Resources: []string{
"machineconfigs",
},
Verbs: []string{
"get",
"list",
},
},
{
Expand Down

0 comments on commit 3692450

Please sign in to comment.