Skip to content

Commit

Permalink
Merge pull request #291 from cdapio/add_programreference_permission
Browse files Browse the repository at this point in the history
Add PROGRAMREFERENCE permission to VIEW_PIPELINE role
  • Loading branch information
rmstar authored Nov 27, 2023
2 parents 26d1a30 + ebd8428 commit 10334a2
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 10334a2

Please sign in to comment.