-
Notifications
You must be signed in to change notification settings - Fork 1
build: #95 spring actuator dependency 추가하기 #98
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
base: main
Are you sure you want to change the base?
The head ref may contain hidden characters: "build/95-spring-actuator-dependency-\uCD94\uAC00\uD558\uAE30"
Conversation
|
/ai-review |
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.
Code Reviewer Comments
| || uri.startsWith("/api/user/sign-up"); | ||
| || uri.startsWith("/api/user/sign-up") | ||
| || uri.startsWith("/actuator/health"); | ||
| } |
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.
/actuator/health 엔드포인트는 인증 없이 접근 가능하도록 설정되었는데, 이는 헬스체크 목적에 부합합니다. 다만, Actuator는 헬스체크 외에도 다양한 관리 기능을 제공하며, 민감한 정보가 노출될 수 있습니다. 필요하다면, 헬스체크 외 다른 Actuator 엔드포인트에 대한 접근 제어를 고려해보시는 것이 좋습니다. 예를 들어 management.endpoints.web.exposure.include=health,info 설정을 통해 노출되는 엔드포인트를 제한할 수 있습니다.
또한, Actuator 엔드포인트에 대한 보안 설정을 강화하기 위해 management.endpoint.health.show-details=when-authorized 설정을 고려하여, 인증된 사용자에게만 상세 정보를 노출하도록 설정하는 것도 좋은 방법입니다.
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.
수고하셨어요~! 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍
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.
고생하셨습니다~~~~!!!
📌 주요 변경 사항
📝 코멘트
build.gradle.kts에actuatordependency 추가