...
- Crowd Administration Console에서 Bamboo 애플리케이션을 Crowd에 정의 (JIRA 연동 1번 항목 참조)
- Bamboo 사용자 디렉토리 설정 (JIRA 및 Confluence 설정 참조)
- Crowd를 SSO (Single Sign-On) 용으로 사용하도록 Bamboo 구성(선택 사항)
<Bamboo install directory>\webapp\WEB-INF\classes\seraph-config.xml 파일 편집
Code Block language actionscript3 theme DJango <!-- If you're authenticating against a Crowd server you can use this authenticator for single sign-on. Enable it after configuring your Crowd properties through user management and restart Bamboo. It does not support Crowd property changes at runtime. If you need to switch back to local users, revert the change and restart Bamboo again. --> <authenticator class="com.atlassian.crowd.integration.seraph.v25.BambooAuthenticator"/> ### 주석 삭제 ### <!-- <authenticator class="com.atlassian.bamboo.user.authentication.BambooAuthenticator"/> --> ### 주석 처리 ###
/atlassian/bamboo/atlassian-bamboo/WEB-INF/classes/seraph-config.xml
~~/application-data/bamboo/xml-data/ <Bamboo shared home>/configuration/crowd.properties 파일 편집