Skip to content

Commit

Permalink
[SELC-5830] Feat: added action ListProductUsers for admin Roles (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo authored Oct 23, 2024
1 parent 6aa2501 commit 6cb8612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/user-ms/src/main/resources/role_action_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ListProductUsers",
"Selc:ManageProductGroups",
"Selc:CreateDelegation",
"Selc:ViewInstitutionData",
Expand All @@ -24,6 +25,7 @@
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ListProductUsers",
"Selc:ManageProductGroups",
"Selc:CreateDelegation",
"Selc:ViewInstitutionData",
Expand All @@ -39,6 +41,7 @@
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ListProductUsers",
"Selc:ManageProductGroups",
"Selc:CreateDelegation",
"Selc:ViewInstitutionData",
Expand All @@ -52,7 +55,7 @@
"Selc:AccessProductBackoffice",
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ListProductUsers",
"Selc:ManageProductGroups",
"Selc:CreateDelegation",
"Selc:ViewInstitutionData",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ private UserInstitutionWithActions getUserInstitutionWithAction() {
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ListProductUsers",
"Selc:ManageProductGroups",
"Selc:CreateDelegation",
"Selc:ViewInstitutionData",
Expand Down

0 comments on commit 6cb8612

Please sign in to comment.