Skip to content

Commit

Permalink
[SELC-5245] Feat: Moved role_action_mapping.json in user-ms resources…
Browse files Browse the repository at this point in the history
… folder (#169)
  • Loading branch information
flaminiaScarciofolo authored Jul 17, 2024
1 parent a91e94e commit df76e06
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions apps/user-ms/src/main/resources/role_action_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"MANAGER": [
"Selc:UploadLogo",
"Selc:ViewBilling",
"Selc:RequestProductAccess",
"Selc:ListAvailableProducts",
"Selc:ListActiveProducts",
"Selc:AccessProductBackoffice",
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ManageProductGroups"
],
"DELEGATE": [
"Selc:UploadLogo",
"Selc:ViewBilling",
"Selc:RequestProductAccess",
"Selc:ListAvailableProducts",
"Selc:ListActiveProducts",
"Selc:AccessProductBackoffice",
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ManageProductGroups"
],
"SUB_DELEGATE": [
"Selc:UploadLogo",
"Selc:ViewBilling",
"Selc:RequestProductAccess",
"Selc:ListAvailableProducts",
"Selc:ListActiveProducts",
"Selc:AccessProductBackoffice",
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ManageProductGroups"
],
"ADMIN_EA": [
"Selc:UploadLogo",
"Selc:ViewBilling",
"Selc:RequestProductAccess",
"Selc:ListActiveProducts",
"Selc:AccessProductBackoffice",
"Selc:ViewManagedInstitutions",
"Selc:ViewDelegations",
"Selc:ManageProductUsers",
"Selc:ManageProductGroups"
],
"OPERATOR": [
"Selc:ViewBilling",
"Selc:AccessProductBackoffice"
]
}

0 comments on commit df76e06

Please sign in to comment.