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.
PR
✨ 작업 내용
access denied
의 원인이 apm 이 주기적으로 "/" 엔드포인트로 헬스 체크를 하기 때문이었습니다..! 기존에는auth
관련 엔드포인트를 제외한 모든 엔드포인트가 authenticated 확인이 필요했으므로 access denied 가 발생하는 것이었습니다.no static resource
오류가 발생하는 것을 방지했습니다.ELB-HealthChecker/2.0
이 있는지 체크하여, 존재하는 경우 token validation 을 패스하도록 했는데 위와 같이 anonymous 로 지정해주기만 하면돼서 해당 부분은 삭제했습니다.✨ 참고 사항
⏰ 현재 버그
x
✏ Git Close