Skip to content

Commit

Permalink
feat(osp): remove create role and assign configure role to cx admin
Browse files Browse the repository at this point in the history
and update docs
#186
  • Loading branch information
evegufy committed Oct 11, 2024
1 parent c96973e commit ce448fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
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

0 comments on commit ce448fe

Please sign in to comment.