Open pameladelgado opened 5 years ago
Update after Buhler update
I think that this will require the code to be changed. I verified before the upgrade and Profile was using the correct URL.
After sign out path
setting in the gitlab admin console:
Old -incorrect-URL https://sv-renku.epfl.ch/auth/realms/Renku/protocol/openid-connect/logout?redirect_uri=https://sv-renku-git.epfl.ch
New -correct- URL https://sv-auth.epfl.ch/auth/realms/Renku/protocol/openid-connect/logout?redirect_uri=https://sv-renku.epfl.ch
Buhler In this case we can't setup such a redirect after sign out because Their gitlab instance is used not just for Renku, therefore one gets redirected to the initial gitlab login page. Related: https://github.com/SwissDataScienceCenter/renku-gateway/issues/76
Description Logout and profile in SV deployment result in: 404 Page not found
To Reproduce Steps to reproduce the behaviour:
3a. Click on profile (top right menu) 4a. Error is the same as when logout URL on browser is https://**sv-renku.epfl.ch**/auth/realms/Renku/account?referrer=renku-ui
Expected behavior When logout it should redirect to SV Renku home page
When clicking profile the URL should be: https://**sv-auth.epfl.ch**/auth/realms/Renku/account?referrer=renku-ui
Screenshots
Additional information Particularity of this deployment: SV has a sepparated gitlab instance https://sv-renku-git.epfl.ch/ Gateway-auth variables: KEYCLOAK_URL https://sv-auth.epfl.ch
This could be related to lack of subdomain support for the gateway.