diff --git a/x-pack/plugins/fleet/common/authz.ts b/x-pack/plugins/fleet/common/authz.ts index 97918648db25b..e47234730e84d 100644 --- a/x-pack/plugins/fleet/common/authz.ts +++ b/x-pack/plugins/fleet/common/authz.ts @@ -94,7 +94,7 @@ export const calculateAuthz = ({ installPackages: fleet.all && integrations.all, upgradePackages: fleet.all && integrations.all, removePackages: fleet.all && integrations.all, - uploadPackages: isSuperuser, + uploadPackages: fleet.all && integrations.all, readPackageSettings: fleet.all && integrations.all, writePackageSettings: fleet.all && integrations.all,