gocd authentication / auth 설정 /
GoCD 에서 id/pw 설정(authentication)
gocd/gocd-filebased-authentication-plugin 은 v17.5.0 이후로 GoCD에 통합되었다. 그래서 굳이 설치하지 않아도 된다.
여기서는 /godata/etc/
에 password.properties
를 추가한다.
password file 생성
/godata/etc/password.properties
는 아래처럼 생겼다. <id>:<password>
로 된 password file 이다. 아래 값은 id ‘testuser’, password도’testuser’ 이다.
testuser:$2y$05$HhSO/CgnSwJ20.LDfk4zEO2XGtJX.FlTFN956zYiXGlsx3XZVoQcW
password file의 생성은 htpasswd
를 이용하는 것이 가장 빠를 듯 하다. windows 의 경우 binary 를 받아서 실행만 하면된다.
- Generating passwords using htpasswd
htpasswd -c -B password_filename myuserid
: 이러면, myuserid 라는 userid 가 추가된 file이 password_filename 라는 이름으로 만들어진다.
그밖의 메뉴
그밖의 메뉴는 직접 눌러보면 쉽게 이해할 수 있다.
댓글 없음:
댓글 쓰기