Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit eee0285

Browse files
authored
fix: acorn:project:admin add get/list/watch for infos (#2208)
Signed-off-by: Thorsten Klein <tk@thklein.io>
1 parent d28fbb8 commit eee0285

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/roles/roles.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ var (
185185
"imageallowrules",
186186
},
187187
},
188+
{
189+
Verbs: []string{"get", "list", "watch"},
190+
Resources: []string{
191+
"infos",
192+
},
193+
},
188194
},
189195
}
190196
)

0 commit comments

Comments
 (0)