Skip to content

Commit

Permalink
feat(tech user): add new operator invite tech user
Browse files Browse the repository at this point in the history
Allows inviting and reviewing status via API.

Refs: eclipse-tractusx/portal-backend#932
  • Loading branch information
typecastcloud committed Sep 17, 2024
1 parent 6782081 commit 87c8d22
Showing 1 changed file with 17 additions and 0 deletions.
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

0 comments on commit 87c8d22

Please sign in to comment.