본문 바로가기
개발/Unity

문제해결)GitLab)The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password (2FA : 2중 인증 활성화)

by 테샤르 2024. 4. 24.

The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password  

(2FA : 2중 인증 활성화)

 

GitLab을 통해서 Unity Package 를 사용하고 있었는데

2중 인증 에러가 발생해서 간단하게 이중인증 활성화 해서 해결한 것을 간단하게 포스팅 한다.

 

UPM을 접근하는데 권한과 2FA 옵션을 활성화해서 발생했다.

 

반응형

< 최초 접근하면 Gitlab 로그인 화면이 노출되었다. >

 

< GitLab 2FA 설정 옵션 위치 > 

[Setting] - [General] 메뉴의 하단에 내려가면 다음과 같이 설정되어있다.

 

반응형

 

< 2중인증 활성화 >

접속하는 유저의 2FA 설정을 진행해야 접근이 가능하기 때문에 활성화 하자

방법
  1. In GitLab:
    1. Access your 
    2. Select Account.
    3. Select Enable Two-factor Authentication.

 

GitLab 로그인 이후에 [Account] -[Two-factor Authentication] 설정을 하자

반응형

 

이때 인증복구에 필요한 복구 코드가 노출된다 이걸 잘 저장하자.

 

 

2중인증을 하기위해서 Google Authenticator 를 설치했다.

설치하고 코드를 추가하면 다음과 같이 인증을 하기위한 일회용 코드가 발급된다.

 

 

< 2중인증 로그인 이후에 연결 추가 >

 

2FA 설정이 완료되었고 다시 접속하면 정상적으로 접근이되는걸 확인할 수 있다.

 

 

 

https://docs.gitlab.com/ee/security/two_factor_authentication.html#enforce-2fa-for-all-users-in-a-group

 

Enforce two-factor authentication | GitLab

GitLab product documentation.

docs.gitlab.com

https://docs.gitlab.com/ee/security/two_factor_authentication.html

 

Enforce two-factor authentication | GitLab

GitLab product documentation.

docs.gitlab.com

 

https://docs.gitlab.com/ee/user/profile/account/two_factor_authentication.html

 

Two-factor authentication | GitLab

GitLab product documentation.

docs.gitlab.com

 

★★★☆

 

반응형

댓글