Skip to content

Commit

Permalink
feat(notification): adjust create notification role (#169)
Browse files Browse the repository at this point in the history
Refs: #812
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Sep 20, 2024
1 parent 5a73f46 commit 63dad28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/technical documentation/06. Roles & Rights Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ This role concept covers all roles related to
| View offered app details (app_management) | x | | | | | | x | |
| Access technical user details (view_tech_user_management) | x | | | | | | | x |
| send_mail | | | | | | | | |
| create_notifications | | | | | | | | |
| create_ssi_notifications | | | | | | | | |
|update_application_bpn_credential | | | | | | | | |
|update_application_membership_credential | | | | | | | | |
| **BPN Discovery (Cl22-CX-BPND)** | | | | | | | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
"add_service_offering",
"view_notifications",
"view_certificates",
"create_notifications",
"create_ssi_notifications",
"unsubscribe_services",
"modify_connectors",
"view_use_case_participation",
Expand Down Expand Up @@ -1424,8 +1424,8 @@
},
{
"id": "22b05ced-cd8e-4769-a368-b8266bf967ef",
"name": "create_notifications",
"description": "User can create notifications (ONLY FOR TEST REASONS)",
"name": "create_ssi_notifications",
"description": "User can create notifications for ssi credentials",
"composite": false,
"clientRole": true,
"containerId": "e0806293-f9b3-44f1-a6d0-4e4406787f80",
Expand Down Expand Up @@ -3042,7 +3042,6 @@
"clientRoles": {
"Cl2-CX-Portal": [
"update_application_bpn_credential",
"create_notifications",
"send_mail",
"update_application_membership_credential"
]
Expand Down Expand Up @@ -3453,7 +3452,7 @@
"client": "sa-cl24-01",
"roles": [
"send_mail",
"create_notifications",
"create_ssi_notifications",
"update_application_membership_credential",
"update_application_bpn_credential"
]
Expand Down

0 comments on commit 63dad28

Please sign in to comment.