-
Notifications
You must be signed in to change notification settings - Fork 20
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
App Registration | Upload App Roles | 403 Forbidden | App manager is unable to register an App #147
Comments
Hi @typecastcloud thanks for reporting, I can reproduce the issue and yes, adding the role view_client_roles to App Manager would solve it. The endpoint was introduced with our latest version (2.0.0): But the R&R concept doesn't cover it @jjeroch was it simply missed to add t view_client_roles to App Manager in the the cx-central realm or is the authorization on the endpoint not correct? |
Recheck done, this issue is (as already assumed by @evegufy) on the endpoint side.
|
Thanks for the review! @evegufy @jjeroch |
I am not able to use this feature: |
@tfjanjua and @typecastcloud thank for opening the issue in the portal backend, I think this one can be close then. |
New issue in portal-backend eclipse-tractusx/portal-backend#826 |
Current Behavior
API returns 403 error forbidden while uploading the required file.
https://portal-backend.entry.cofinity-x.com/api/apps/AppReleaseProcess/b6efcea6-d871-4f3c-a33b-0ea48a7a26ce/roles
Request Method:
GET
Status Code:
403 Forbidden
Expected Behavior
App Manager can upload App Roles document.
Steps To Reproduce
Finding
App Manager is missing the role: view_client_roles from Cl2-CX-Portal required to access GET endpoint https://portal-backend.entry.cofinity-x.com/api/apps/AppReleaseProcess/{appid}/roles
The text was updated successfully, but these errors were encountered: