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
Changes from 1 commit
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
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