diff --git a/auth/role.go b/auth/role.go index e4b803d5a..8f6250053 100644 --- a/auth/role.go +++ b/auth/role.go @@ -13,6 +13,7 @@ var Settings = &settings.Settings // AddonRole defines the addon scopes. var AddonRole = []string{ + "addons:get", "applications:get", "applications:put", "applications.tags:*",