From ad49d7c05c48f7993129abaebd8ce4644350c725 Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Thu, 8 Aug 2024 13:38:49 +0200 Subject: [PATCH] feat(notification): adjust create notification role Refs: #812 --- .../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 17b1742f..735e356f 100644 --- a/docs/technical documentation/06. Roles & Rights Concept.md +++ b/docs/technical documentation/06. Roles & Rights Concept.md @@ -218,7 +218,7 @@ Legend: | 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 f0cb3b02..f598ac81 100644 --- a/import/realm-config/generic/catenax-central/CX-Central-realm.json +++ b/import/realm-config/generic/catenax-central/CX-Central-realm.json @@ -1346,7 +1346,7 @@ "add_service_offering", "view_notifications", "view_certificates", - "create_notifications", + "create_ssi_notifications", "unsubscribe_services", "modify_connectors", "view_use_case_participation", @@ -1431,8 +1431,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", @@ -2891,7 +2891,6 @@ "clientRoles": { "Cl2-CX-Portal": [ "update_application_bpn_credential", - "create_notifications", "send_mail", "update_application_membership_credential" ] @@ -3168,7 +3167,7 @@ "client": "sa-cl24-01", "roles": [ "send_mail", - "create_notifications", + "create_ssi_notifications", "update_application_membership_credential", "update_application_bpn_credential" ]