Skip to content

Feat/17 Auth Service 라우팅 - #18

Merged
mimimya merged 1 commit into
devfrom
feat/17-auth-service-routing
May 17, 2026
Merged

mimimya merged 1 commit into
devfrom
feat/17-auth-service-routing

Conversation

@mimimya

@mimimya mimimya commented May 14, 2026

Copy link
Copy Markdown
Contributor

Resolves:#17

📝 작업 내용

이번 PR에서 작업한 내용을 설명해주세요.
-새 Auth Service 가 Gateway 통해 접근 가능하도록 라우팅 설정

  • 서비스 이름 기반 라우팅 설정 (Load Balancer형식)
  • Gateway 통해 /api/v1/auth/login 호출 성공
  • 애플리케이션 이름 기반 동적 라우팅 설정 : uri: http://localhost:19001 -> lb://userservice

🚀 주요 변경 사항

완료한 이슈 번호
Close #17
관련된 이슈 번호 (닫고 싶지 않은 경우)
Related to #

✅ 자체 체크리스트 (필수)

  • ./gradlew build 실행 결과 정상 (인증샷 첨부)
  • Postman 테스트 완료 (인증샷 첨부)
  • 팀 내 컨벤션 준수 및 불필요한 로그, import 제거
  • 중요한 변경 사항이 팀에 공유되었는지

📸 테스트 인증샷

빌드 결과 및 Postman 실행 화면을 여기에 첨부해 주세요.

image

💬 리뷰어 전달사항 (선택)

특별히 봐주었으면 하는 부분이나 논의가 필요한 점을 적어주세요.

  • 논의점


📎 참고 자료

관련 문서, 레퍼런스 링크 등이 있다면 여기에 첨부해주세요.

@mimimya mimimya linked an issue May 14, 2026 that may be closed by this pull request
5 tasks
@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@mimimya has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 45 minutes and 24 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3730fd23-f6d3-4448-a8bc-f611675a0c6a

📥 Commits

Reviewing files that changed from the base of the PR and between e85d0ea and b1e9541.

📒 Files selected for processing (1)
  • src/main/resources/application.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/17-auth-service-routing

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hhegi hhegi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jsh9057 jsh9057 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다👍

@mimimya
mimimya merged commit 01a4a5c into dev May 17, 2026
4 checks passed
@mimimya
mimimya deleted the feat/17-auth-service-routing branch May 18, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] Auth Service 라우팅

3 participants