-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow Git Committer details to be mapped from Keycloak user details #10909
Comments
@david-martin can you elaborate a bit more about which exactly Keycloak user details you are talking about. |
@skabashnyuk If I have my email address & first name set in my Keycloak account, they will get mapped to the Git user name and email config in Che. |
@david-martin What I should do to set up email address & first name in my Keycloak account? |
@skabashnyuk I would say it could be set manually, maybe when the user was created in that Keycloak (Or automatically if users are federated to ldap or some other user system). After they login to Che, Che is able to read user details from Keycloak (from a JWT maybe?) |
@david-martin So this has no relation to Github. You want to map Keycalok email to gitcommiter email and KK first and last name to gitcommiter name? |
@skabashnyuk Yes, exactly. |
OK. I may rephrase this issue as follows. |
@skabashnyuk Sure, that sounds reasonable. |
@vparfonov @skabashnyuk can you please see if you can take this on to the next sprint? |
@gorkem yes sure. |
@vinokurig to make sure - it will take default value (if empty) from user/email but it can be filled manually (as it is) as well, correct? |
@gazarenkov sure, user will be able to change it in the preferences |
Thanks @vinokurig |
Description
Allow Git Committer details to be mapped from Keycloak user details.
This will avoid the user having to set them manually in Che (Profile > Preferences > Git > Committer) before they can commit and push code to their imported repo.
Reproduction Steps
OS and version:
Diagnostics:
Would it be possible to set the Git user name & email based on the user details from Keycloak (JWT?)
The text was updated successfully, but these errors were encountered: