From 402ddb9780cb534c495b191d84ff548c2bd6b93b Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 30 Sep 2024 09:52:32 +0200 Subject: [PATCH] fix(App Manager): add tech_user_management roles (#192) to align App Manager with Service Manager https://github.com/eclipse-tractusx/portal-iam/issues/176 --- docs/technical documentation/06. Roles & Rights Concept.md | 4 ++-- .../generic/catenax-central/CX-Central-realm.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/technical documentation/06. Roles & Rights Concept.md b/docs/technical documentation/06. Roles & Rights Concept.md index 3d014355..8b330562 100644 --- a/docs/technical documentation/06. Roles & Rights Concept.md +++ b/docs/technical documentation/06. Roles & Rights Concept.md @@ -146,8 +146,8 @@ This role concept covers all roles related to | Delete my user account (delete_own_user_account) | x | x | x | x | x | x | x | x | x | x | | | Technical User Management (view_tech_user_management) | x | x | | x | | | x | x | | x | | | View Technical User Roles (technical_roles_management) | x | x | | x | | |x | x | | x | | -| Create Technical User (add_technical_user_management) | x | x | | x | | | | | | x | | -| Delete Technical User (delete_tech_user_management) | x | x | | x | | | | | | x | | +| Create Technical User (add_tech_user_management) | x | x | | x | | | |x| | x | | +| Delete Technical User (delete_tech_user_management) | x | x | | x | | | |x| | x | | | **Technical Management** | | | | | | | | | | | | | View Technical Integration on the UI - no backend permission (view_technical_setup) - **obsolete** | x | x | | x | | | x | x | | x | | | View IdP Details (view_idp) | x | x | x | x | | | | | x | | | 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 2402449b..ea0e8a7d 100644 --- a/import/realm-config/generic/catenax-central/CX-Central-realm.json +++ b/import/realm-config/generic/catenax-central/CX-Central-realm.json @@ -1077,12 +1077,14 @@ ], "Cl2-CX-Portal": [ "add_apps", + "add_tech_user_management", "view_license_types", "view_app_subscription", "view_service_subscriptions", "activate_subscription", "delete_apps", "view_certificates", + "delete_tech_user_management", "CX User", "view_autosetup_status", "App Developer",