Skip to content

Commit 2ec6716

Browse files
committed
Add rbac permission IDMS, ITMS
Signed-off-by: Qi Wang <[email protected]>
1 parent 717e120 commit 2ec6716

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)