-
Notifications
You must be signed in to change notification settings - Fork 211
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
byPassPath typo in SDLC config prevents authentication to Legend SDLC #834
Comments
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. |
|
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. |
@reyes-michael Thanks for spotting the issue. I have done some recent cleanups - #844. We changed the Docker images' names a while back so there are some fixes to do. Just curious, how did you debug and figure out this solution? |
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
The text was updated successfully, but these errors were encountered: