1. Gitlab.com에 로그인 한다.
2. Settings - Applications 로 들어간다.
3. 다음과 같은 방식으로 셋팅
♣ 여기서 Redirect URL은 보통 GitLab서버에 저장하기 위해 DDNS/포트포워딩을 하는데, 그 도메인 주소를 적어준다.
4. Save를 누른 후, 다음과 같이 키가 생성이 된다.
5. Gitlab 서버가 설치 된 우분투 서버에서,
$ sudo vim /etc/gitlab/gitlab.rb
gitlab_rails['omniauth_providers'] = [
{
"name" => "gitlab",
"app_id" => "APPLICATION ID Num.",
"app_secret" => "SECRET Num.",
"args" => { "scope" => "api" }
6. 저장 후
$ sudo gitlab-ctl reconfigure
Reference : https://docs.gitlab.com/ee/integration/gitlab.html