Skip to content

Commit

Permalink
feat(tech user): add new operator invite tech user (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess authored Sep 24, 2024
2 parents 63dad28 + aa33b37 commit 3018805
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions import/realm-config/generic/catenax-central/CX-Central-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 3018805

Please sign in to comment.