diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e44c87c..4697ff84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X IAM * Keycloak instances. +## Unreleased + +### Change + +* created the following composite roles inside the `technical_roles_management` client: + * `Registration Internal` [#189](https://github.com/eclipse-tractusx/portal-iam/pull/189) + * With `Cl2-CX-Portal` roles: + * invite_new_partner + * view_submitted_applications + ## 3.0.1 ### Change 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 dc44ceed..2402449b 100644 --- a/import/realm-config/generic/catenax-central/CX-Central-realm.json +++ b/import/realm-config/generic/catenax-central/CX-Central-realm.json @@ -2030,6 +2030,23 @@ "clientRole": true, "containerId": "6df310ed-500e-43d5-b510-fa4668e939ee", "attributes": {} + }, + { + "id": "884698bc-bb74-4661-a90f-3ba214b74593", + "name": "Registration Internal", + "description": "Technical user enabling the invitation API to integrate 3rd party software.", + "composite": true, + "composites": { + "client": { + "Cl2-CX-Portal": [ + "invite_new_partner", + "view_submitted_applications" + ] + } + }, + "clientRole": true, + "containerId": "6df310ed-500e-43d5-b510-fa4668e939ee", + "attributes": {} } ], "admin-cli": [],