반응형
GitLab root 초기 비밀번호
- GitLab Version : 14.4.2
gitlab 로그 중간에 출력
docker-compose logs -f
$ docker-compose logs -f
...
gitlab | Notes:
gitlab | Default admin account has been configured with following details:
gitlab | Username: root
gitlab | Password: You didn't opt-in to print initial root password to STDOUT.
gitlab | Password stored to /etc/gitlab/initial_root_password. This file will be cleaned up in first reconfigure run after 24 hours.
gitlab |
gitlab | NOTE: Because these credentials might be present in your log files in plain text, it is highly recommended to reset the password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password.
...
/etc/gitlab/initial_root_password 파일 참고
docker-compose exec gitlab cat /etc/gitlab/initial_root_password
$ docker-compose exec gitlab cat /etc/gitlab/initial_root_password
# WARNING: This value is valid only in the following conditions
# 1. If provided manually (either via `GITLAB_ROOT_PASSWORD` environment variable or via `gitlab_rails['initial_root_password']` setting in `gitlab.rb`, it was provided before database was seeded for the first time (usually, the first reconfigure run).
# 2. Password hasn't been changed manually, either via UI or via command line.
#
# If the password shown here doesn't work, you must reset the admin password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password.
Password: yvaADn2jDuqrbMTb3WILuaBjrlF5nYoF7PB4bsUi3Ls=
# NOTE: This file will be automatically deleted in the first reconfigure run after 24 hours.
728x90
반응형
'리눅스' 카테고리의 다른 글
Recommended Hotfixes for XenServer (0) | 2017.01.09 |
---|---|
Citrix XenServer에서 호스트 이름을 변경하는 방법 (0) | 2017.01.09 |
[리눅스] nginx tomcat 설치 및 연동 (0) | 2016.07.08 |
[리눅스] Tomcat 시스템 프로토콜 변경(http -> https) (0) | 2016.05.31 |
좀비 프로세스(zombie processes)를 찾고 종료하는 방법 (0) | 2016.05.13 |