Skip to content

Commit 37b7319

Browse files
Merge pull request #891 from QiWang19/idms-role
OCPBUGS-17882: Add rbac permission IDMS, ITMS
2 parents 4e87ffc + 2ec6716 commit 37b7319

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/resource/clusterrole.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ func (gcr *generatorClusterRole) expected() (runtime.Object, error) {
9595
"imagecontentsourcepolicies",
9696
},
9797
},
98+
{
99+
Verbs: []string{"list"},
100+
APIGroups: []string{"config.openshift.io"},
101+
Resources: []string{
102+
"imagedigestmirrorsets",
103+
"imagetagmirrorsets",
104+
},
105+
},
98106
},
99107
}
100108

0 commit comments

Comments
 (0)