Do not fetch git username and email if the gitconfig configmap contains the data #23376
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Is your task related to a problem? Please describe
Currently we fetch git username and email regardless the gitconfig configmap data.
Describe the solution you'd like
Check the
"workspace-userdata-gitconfig-configmap
configmap if it contains gitconfig with username and email and the data is not empty. If so, try to fetch username and email from a git provider.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: