일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- springboot
- ubuntu
- AWS
- devops
- ReactJS
- MySQL
- Gradle
- 요리
- Design Patterns
- javascript
- jsp
- java
- Spring
- JVM
- db
- IntelliJ
- it
- redis
- php
- Web Server
- 맛집
- laravel
- Spring Batch
- jenkins
- Git
- elasticsearch
- Spring Boot
- linux
- Oracle
- tool
Archives
- Today
- Total
아무거나
jenkins 권한 관리 본문
반응형
1. jenkins 홈페이지 접속
2. jenkins 관리
3. 플러그인 관리
4. Configure Global Security 메뉴로 이동하여 Project-based Matrix Authorization Strategy 설정
5. 추가로 사용자 가입 허용을 위하여 jenkins'own user database 에 사용자가입허용 체크
6. authorization에서 Project-based Matrix Authorization Strategy 에서 (4번과 동일) admin 전체 체크, test계정은 read만 체크
7. 권한 설정할 item설정에 들어가서 Enable project-based security 체크후 권한설정
* 기본적으로 Global 설정을 따라가기 때문에 Global 설정을 무시하려면 Block inheritance of global authorization matrix를 체크 한 후, 프로젝트별 권한 조정을 하면 됩니다.
반응형
'Infra > DevOps' 카테고리의 다른 글
jenkins s3에 업로드하는 build 스크립트 소스 (0) | 2019.03.06 |
---|---|
jenkins 프로젝트 아이템 탭으로 그룹지정 (0) | 2019.03.06 |
jenkins 버전 업그레이드 (0) | 2019.03.06 |
jenkins maven 연동 (0) | 2019.03.06 |
jenkins 타임존 변경 (0) | 2019.03.06 |
Comments