Skip to content

chore: /v1 라우터에 내부 토큰 인증 추가#17

Merged
parkdo0918 merged 2 commits into
mainfrom
chore/#16-add-internal-token-to-v1-router
May 25, 2026
Merged

chore: /v1 라우터에 내부 토큰 인증 추가#17
parkdo0918 merged 2 commits into
mainfrom
chore/#16-add-internal-token-to-v1-router

Conversation

@parkdo0918

Copy link
Copy Markdown
Contributor

요약

  • 스프링이 /v1/* 경로로 호출 변경됨에 따라 /v1/reports/*, /v1/tagging 라우터에 내부 토큰 인증 추가

변경 사항

  • 기능
  • 버그 수정
  • 리팩토링
  • 문서
  • 테스트
  • 기타

테스트

  • 로컬 테스트 완료
  • 테스트 방법:
    • stg 배포 후 태깅/리포트 생성 동작 확인

스크린샷/로그 (선택)

  • 필요한 경우 첨부

롤백/리스크

  • 리스크 포인트:
  • 롤백 방법:

관련 이슈

Closes #16

@parkdo0918 parkdo0918 self-assigned this May 25, 2026
@parkdo0918 parkdo0918 added chore 기능과 무관한 작업 또는 설정·운영 정리 status:review 작업 완료, 리뷰 또는 머지 대기 중 priority:mid 일반적인 우선순위 labels May 25, 2026
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@parkdo0918, we couldn't start this review because you've used your available PR reviews for now.

Your plan includes 1 review of capacity. Refill in 43 minutes and 6 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, 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 trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 2dffdaf3-df2a-4204-81ce-463d4b15287d

📥 Commits

Reviewing files that changed from the base of the PR and between 38abfd5 and 50db510.

📒 Files selected for processing (2)
  • app/api/v1/report.py
  • app/api/v1/tagging.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/#16-add-internal-token-to-v1-router

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.

@hyhy-j

hyhy-j commented May 25, 2026

Copy link
Copy Markdown
Contributor

확인했습니다! 고생하셨어요 👍

@parkdo0918
parkdo0918 merged commit 8062bea into main May 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 기능과 무관한 작업 또는 설정·운영 정리 priority:mid 일반적인 우선순위 status:review 작업 완료, 리뷰 또는 머지 대기 중

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: /v1 라우터에 내부 토큰 인증 추가

2 participants