Skip to content

Commit

Permalink
👻 add addons:get scope to addon role (#654)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Lucidi <[email protected]>
  • Loading branch information
mansam authored Jun 12, 2024
1 parent f755888 commit 111c36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var Settings = &settings.Settings

// AddonRole defines the addon scopes.
var AddonRole = []string{
"addons:get",
"applications:get",
"applications:put",
"applications.tags:*",
Expand Down

0 comments on commit 111c36b

Please sign in to comment.