Skip to content
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

Adding users by email in gitlab that do not exist in Renku yet #2777

Open
olevski opened this issue Nov 7, 2022 · 1 comment
Open

Adding users by email in gitlab that do not exist in Renku yet #2777

olevski opened this issue Nov 7, 2022 · 1 comment
Labels

Comments

@olevski
Copy link
Member

olevski commented Nov 7, 2022

This is what happened to someone from the academic team

They added people to their renku project via email. This was done through gitlab (as expected). But the people they added did not have renku accounts (they did not know of this). Then the people that were added tried to create renku accounts with the same emails that were used to add them to the project on gitlab. They could not create accounts because keycloak said the emails were already used. Also the users could not reset their passwords either - they tried but never received emails.

I fixed this by going into keycloak and sending them a password reset. But I also compared their realm roles and the realm role called offline-access was missing from these users but was present on all normal users.

We should:

  1. Replicate this and understand why it happens
  2. Fix it
@olevski olevski moved this to Backlog in renku-python Nov 7, 2022
@olevski
Copy link
Member Author

olevski commented Nov 7, 2022

So it seems that just by adding users like this the accounts were created in keycloak but these accounts were unusable and unrecoverable by the users. It required an admin to get into keycloak and fix things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant