|
HI team Second query > Post above fix, my understanding that users can see gitlab folders in visual studio launched through coder workspace so they can work. However how will they see gitlab GUI where git project like developer see in their desktop these days on Browser like https://gitlab.com/.. (Authentication method is not git hub during login, its simple creating user during first launch with some email id etc) module "git-clone" { Looking expert advise. Thank you |
Replies: 1 comment 3 replies
|
Hey @charu1 👋🏼 We have a feature called external authentication that lets you configure a GitLab provider so that users can link their GitLab account before creating a workspace, therefore their credentials will be present by the time the git clone module works :) You can read the docs here to configure it on the server: https://coder.com/docs/admin/external-auth |

Correct. If you don't use the authentication on Coder people can still use the CLI (or IDE) to authenticate and clone with GitLab
You might be interested in t…