Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tech user): add new operator invite tech user #189

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1872,6 +1872,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