Open reyes-michael opened 2 months ago
This issue is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.
This issue is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.
Bug Report
Steps to Reproduce:
Build and Run the Slim Omnibus using an external Gitlab instance (NOT Gitlab.com) using PAT. This requires changes to the SDLC config to point to external Gitlab instance.
Go to localhost:6900/studio
Get a 401 Error
Expected Result:
Access to Legend Studio without 401 error
Actual Result:
401 error during the redirect after authentication call.
Environment:
Master Branch of the Slim Omnibus on Windows 11 using Docker Desktop.
Additional Context:
Changing this line in the SDLC config from - /api/auth/authorized -> to - /api/auth/authorize fixes the issue