From 63dad288bbdb554ae6d5f35c93e37810da1bbba4 Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Fri, 20 Sep 2024 10:07:23 +0200 Subject: [PATCH] feat(notification): adjust create notification role (#169) Refs: #812 Reviewed-By: Evelyn Gurschler --- .../06. Roles & Rights Concept.md | 2 +- .../generic/catenax-central/CX-Central-realm.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/technical documentation/06. Roles & Rights Concept.md b/docs/technical documentation/06. Roles & Rights Concept.md index 2402e68b..3d014355 100644 --- a/docs/technical documentation/06. Roles & Rights Concept.md +++ b/docs/technical documentation/06. Roles & Rights Concept.md @@ -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)** | | | | | | | | | diff --git a/import/realm-config/generic/catenax-central/CX-Central-realm.json b/import/realm-config/generic/catenax-central/CX-Central-realm.json index eee130e6..dc44ceed 100644 --- a/import/realm-config/generic/catenax-central/CX-Central-realm.json +++ b/import/realm-config/generic/catenax-central/CX-Central-realm.json @@ -1339,7 +1339,7 @@ "add_service_offering", "view_notifications", "view_certificates", - "create_notifications", + "create_ssi_notifications", "unsubscribe_services", "modify_connectors", "view_use_case_participation", @@ -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", @@ -3042,7 +3042,6 @@ "clientRoles": { "Cl2-CX-Portal": [ "update_application_bpn_credential", - "create_notifications", "send_mail", "update_application_membership_credential" ] @@ -3453,7 +3452,7 @@ "client": "sa-cl24-01", "roles": [ "send_mail", - "create_notifications", + "create_ssi_notifications", "update_application_membership_credential", "update_application_bpn_credential" ]