Skip to content

Commit

Permalink
update required authz for API
Browse files Browse the repository at this point in the history
review comments (@paul-tavares)
  • Loading branch information
ashokaditya committed Dec 22, 2022
1 parent 0dba4a0 commit 2140128
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,6 @@ const ROUTE_AUTHZ_REQUIREMENTS = deepFreeze<Record<string, FleetRouteRequiredAut
readPolicyManagement: {
executePackageAction: true,
},
readTrustedApplications: {
executePackageAction: true,
},
readEventFilters: {
executePackageAction: true,
},
readHostIsolationExceptions: {
executePackageAction: true,
},
readBlocklist: {
executePackageAction: true,
},
},
},
},
Expand Down

0 comments on commit 2140128

Please sign in to comment.