Skip to content

Commit a6ad05a

Browse files
committed
add permission registry list and get
1 parent e54a6b1 commit a6ad05a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

role.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ var permissions = []string{
7474
"registry.*",
7575
"registry.push",
7676
"registry.pull",
77+
"registry.list",
78+
"registry.get",
7779
}
7880

7981
func Permissions() []string {

0 commit comments

Comments
 (0)