fix: 비로그인 업로드 API 허용#649
Conversation
- 웹사이트에서 로그인 전에도 이미지를 업로드할 수 있도록 업로드 엔드포인트를 공개 API로 전환 - 공개 API 처리 중 사용자 ID 인자 리졸버가 다시 토큰 누락 오류를 만들지 않도록 인증 의존 인자를 제거 - 사용자 기준 rate limit은 비로그인 요청 키 정책이 정해지기 전까지 제거해 공개 호출 전환 범위를 명확히 유지 - 로그인 mock 없이 업로드 성공을 검증해 비로그인 업로드 계약의 회귀를 방지
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🧰 Additional context used📓 Path-based instructions (4)**/*.java📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{sql,java}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
src/main/java/**/*.java⚙️ CodeRabbit configuration file
Files:
**/*⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (1)
📝 Walkthrough개요이미지 업로드 엔드포인트( 변경 사항공개 이미지 업로드 API 변경
추정 코드 리뷰 난이도🎯 2 (Simple) | ⏱️ ~15 분 관련 PR
추천 레이블
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🧪 JaCoCo Coverage Report (Changed Files)Summary
Coverage by File
|
🔍 개요
/upload/image를 호출할 수 있습니다.🚀 주요 변경 내용
@UserId인자 리졸버가 다시 액세스 토큰을 요구하지 않도록 인증 의존 인자를 제거했습니다.💬 참고 사항
✅ Checklist (완료 조건)