-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chore] 특정 actuator endpoint 허용하도록 security config 설정 추가 #556
Conversation
- 모니터링 서버에서 메트릭에 접근 가능하도록 허용하기 위함 related issue #453
|
- for build related issue #453
.antMatchers("/v3/api-docs/**", "/swagger-ui.html", "/webjars/swagger-ui/**", "/swagger-ui/**", "/makers/**", actuatorEndpoint+"/prometheus", actuatorEndpoint+"/metrics").permitAll() | ||
.and() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빠른 작업 감사합니다. 저번에 슬랙에서 확인해보니 dev가 구글에 검색이 되는 문제도 있고 prod에도 스웨거 경로가 열려있는 문제도 있어서 이부분은 같이 얘기해보면 좋을 것 같습니다!
추가로 저희가 actuator를 사용하고 있는데 Actuator를 안전하게 사용하기 위한 설정이 하나도 안되어 있는 것 같습니다! |
🐬 요약
Actuator 활성화에 대한 보안 설정을 위해 application.yml에서 default endpoint를 변경하고, /prometheus와 /metrics만 선택적으로 전체 접근 허용하도록 Security Config에서 설정을 추가합니다.
👻 유형
PR의 유형에 맞게 체크해주세요!
🍀 작업 내용
PR에 담긴 작업 내용을 작성해주세요!
🌟 관련 이슈
PR과 관련된 이슈 번호를 작성해주세요!
related issue #453