You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roles for Registration, Portal and technical_roles_management aren't retrieved by endpoints:
This affects the registration because the role Company Admin of the registration client isn't assigned to initial user.
This affects the onboarding process as the the final step runs into an error: Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.ConfigurationException: invalid configuration, at least one of the configured roles does not exist in the database: client: Cl1-CX-Registration, roles: [Company Admin]
This affect usermanagement and the app and service release as the following endpoints aren't responding with the roles:
* fix: add clients with composite roles to app_instances base seeding
Registration, Portal and technical_roles_management were accidentally maintained in consortia test data seeding
#718
* tests: adjust unit tests for composite roles
Refs: #718
---------
Co-authored-by: Phil Schneider <info@philschneider.de>
Current Behavior
Roles for Registration, Portal and technical_roles_management aren't retrieved by endpoints:
This affects the registration because the role
Company Admin
of the registration client isn't assigned to initial user.This affects the onboarding process as the the final step runs into an error:
Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.ConfigurationException: invalid configuration, at least one of the configured roles does not exist in the database: client: Cl1-CX-Registration, roles: [Company Admin]
This affect usermanagement and the app and service release as the following endpoints aren't responding with the roles:
https://portal-backend.tx.test/api/administration/user/owncompany/roles/coreoffers?lang=de
https://portal-backend.tx.test/api/apps/appreleaseprocess/3393ad3f-dd29-4865-9db5-37052eebd4bc/technical-user-profiles
Expected Behavior
Roles are retrieved by endpoint
Steps To Reproduce
Detected in 1.8.0 (presumably available also in previous versions)
The text was updated successfully, but these errors were encountered: