[Fix] Swagger·로깅과 JWT 보안 설정 통합#19
Merged
Merged
Conversation
Hanharam
marked this pull request as ready for review
July 13, 2026 07:34
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.
체크리스트
develop)fix/#14-restore-swagger-logging)./gradlew test를 실행했습니다.연관 이슈
작업 내용
develop에 복구했습니다.springdoc-openapi,logstash-logback-encoder, OpenAPI 설정, API 문서 인터페이스와 Swagger 접근 제어 테스트를 통합했습니다.OncePerRequestFilter로 변경했습니다.원인
Swagger PR은
fix/17-jwt-auth-security에 병합됐지만 실제 JWT PR은 이름이 다른fix/#17-jwt-auth-security에서 squash merge돼, #14 변경이develop에 포함되지 않았습니다. 이 브랜치는 #17이 반영된 현재develop을 기반으로 #14 변경만 복구하므로 기존 JWT 보안 보강은 유지됩니다.변경 범위
authuserpromptcommercecommunitymoderationtrackingadmincommonglobal리뷰 중점사항
develop커밋bb3e9cc인지 확인 부탁드립니다.RequestLoggingFilter가 Security보다 먼저 실행되어 401/403/500을 한 번씩 기록하는지 확인 부탁드립니다.테스트
./gradlew test— 62 tests, 0 failures./gradlew build스크린샷 / 응답 예시
http_request_completedrequestId,method,path,userId,statusCode,durationMs,exception