[FIX] 서버 상태 체크 API가 인증 인가를 거치는 오류 수정 #17
Merged
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.
Related Issue
Key Changes
직전에 dev에 merge된 작업에서 사용자의 인증/인가 과정이 추가되었는데, CD 작업에서 사용되는 서버 상태 체크 API가 인증 인가를 거치게 되어, CD가 정상적으로 작동하지 않는 현상이 발생했습니다.
Spring Security 설정 파일 인증 인가 예외 경로에 서버 상태 체크 API 경로를 추가하여, 오류를 해결하고자 합니다.
아래는 로컬환경에서 사용자 토큰 없이 테스트 해본 화면입니다!
To Reviewers
References