Feature/I-03 #186: Prometheus 연동#187
Merged
Merged
Conversation
Closed
2 tasks
| "/swagger-ui.html", | ||
| "/v3/api-docs/**", | ||
| "/s3-upload-test.html" | ||
| "/s3-upload-test.html", |
There was a problem hiding this comment.
Actuator 엔드포인트에 대한 접근을 허용하는 것이 보안에 대한 위험을 초래할 수 있습니다. production 환경에서는 /actuator/** 경로에 대한 접근을 제한하고, 필요한 경우 특정 엔드포인트만 노출하도록 설정하는 것이 좋습니다. 테스트 환경이라면 괜찮지만, production 배포 전에 이 부분을 재검토해야 합니다. /s3-upload-test.html 경로도 마찬가지로 production 에서는 제거하거나 접근 제어를 추가해야 합니다.
|
|
||
| open-in-view: false | ||
|
|
||
| management: |
There was a problem hiding this comment.
Prometheus metrics export 설정을 추가한 것은 좋은 변경입니다. 모니터링 및 운영에 유용할 것입니다. 하지만 include: health, info, prometheus 부분은 production 환경에서는 더 제한적인 설정으로 변경하는 것을 고려해 보세요. 불필요한 정보 노출을 방지해야 합니다. 예를 들어, health 엔드포인트의 정보량을 줄이거나, sensitive한 정보가 포함되지 않도록 추가적인 설정이 필요할 수 있습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔘 Part
🔎 PR Type
🔧 작업 내용 상세 작성
✔️ PR Checklist
커밋 메세지를 컨벤션에 맞게 잘 적용 하였나요?
테스트 코드 작성 / 단위 테스트 or 통합 테스트 진행 하셨나요?