Skip to content

Commit

Permalink
Add PROGRAMREFERENCE, SYSTEM_APP_ENTITY permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmstar committed Nov 27, 2023
1 parent 26d1a30 commit ebd8428
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public static List<EntityTypeWithPermission> convertToEntityTypeWithPermission(R
return Arrays.asList(
new EntityTypeWithPermission(EntityType.PROGRAM, StandardPermission.GET),
new EntityTypeWithPermission(EntityType.PROGRAM_RUN, StandardPermission.GET),
new EntityTypeWithPermission(EntityType.PROGRAMREFERENCE, StandardPermission.GET),
new EntityTypeWithPermission(EntityType.APPLICATION, StandardPermission.GET),
new EntityTypeWithPermission(EntityType.DATASET, StandardPermission.LIST),
new EntityTypeWithPermission(EntityType.DATASET, StandardPermission.GET)
Expand Down

0 comments on commit ebd8428

Please sign in to comment.