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

Commit

Permalink
fix: acorn:project:admin add get/list/watch for infos (#2208)
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Klein <tk@thklein.io>
  • Loading branch information
iwilltry42 committed Oct 3, 2023
1 parent d28fbb8 commit eee0285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/roles/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ var (
"imageallowrules",
},
},
{
Verbs: []string{"get", "list", "watch"},
Resources: []string{
"infos",
},
},
},
}
)
Expand Down

0 comments on commit eee0285

Please sign in to comment.