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(osp): remove create role and assign configure role to cx admin #199

Merged
merged 1 commit into from
Oct 11, 2024
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
5 changes: 2 additions & 3 deletions docs/technical documentation/06. Roles & Rights Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ This role concept covers all roles related to
| Approval/Rejection of the SSI certificate (decision_ssicredential) | x | | | | | | | | | | |
| Revocation of an credential (revoke_credential) | x | x | x | x | | | | | | | |
| **Onboarding Service Provider Support** | | | | | | | | | | | |
| Configure Callback URL (configure_partner_registration) | x | | x | | | | | | | | |
| Configure Onboarding Service Provider Management (configure_partner_registration) | x | | x | x | | | | | | | |
| **Certificate Management (new)** | | | | | | | | | | | |
| Company Certificate View (view_certificates) **new** | x | x | x | x | x | x | x | x | x | x | x |
| Company Certificate Upload (upload_certificates) **new** | | x | x | | | | x | | | | |
Expand Down Expand Up @@ -233,8 +233,7 @@ This role concept covers all roles related to
| Register new connector (add_connectors) | x | | | | | | | |
| Create new service offering (add_service_offering) | x | | | | | | | |
| View Membership (view_membership) | | | | | | | x | |
| Enable 3rd parties to create registrations (create_partner_registration) | | | | | | | | x |
| Configure OSP Callback URL (configure_partner_registration) | | | | | | | | x |
| Create 3rd party registrations/Configure OSP Callback Url (configure_partner_registration) | | | | | | | | x |
| View offered app details (app_management) | x | | | | | | x | |
| Access technical user details (view_tech_user_management) | x | | | | | | | x |
| send_mail | | | | | | | | |
Expand Down
13 changes: 2 additions & 11 deletions import/realm-config/generic/catenax-central/CX-Central-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,15 +543,6 @@
"containerId": "e0806293-f9b3-44f1-a6d0-4e4406787f80",
"attributes": {}
},
{
"id": "66f4b417-25d4-47d7-b3d2-e6eb80bcba5e",
"name": "create_partner_registration",
"description": "",
"composite": false,
"clientRole": true,
"containerId": "e0806293-f9b3-44f1-a6d0-4e4406787f80",
"attributes": {}
},
{
"id": "0d41349d-30a8-42c1-9e1c-2b67d69fba30",
"name": "update_own_user_account",
Expand Down Expand Up @@ -1375,7 +1366,8 @@
"delete_own_user_account",
"edit_apps",
"view_apps",
"view_connectors"
"view_connectors",
"configure_partner_registration"
],
"Cl3-CX-Semantic": [
"delete_semantic_model",
Expand Down Expand Up @@ -1737,7 +1729,6 @@
"composites": {
"client": {
"Cl2-CX-Portal": [
"create_partner_registration",
"configure_partner_registration"
]
}
Expand Down