Skip to content

feat: 관리자용 Pod 생성 진행 상태 조회 API 추가 - #422

Open
yoon6yo wants to merge 1 commit into
developfrom
feature/issue-421
Open

feat: 관리자용 Pod 생성 진행 상태 조회 API 추가#422
yoon6yo wants to merge 1 commit into
developfrom
feature/issue-421

Conversation

@yoon6yo

@yoon6yo yoon6yo commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • config-server의 GET /pods/{username}/status를 중계하는 GET /api/admin/pods/status/{username} 엔드포인트 추가
  • 조회는 configWebClient(짧은 타임아웃)로 처리, 관리자 전용 (/api/admin/** 기존 ROLE_ADMIN 보호 적용)
  • 응답 실패 시 EXTERNAL_API_ERROR(502)로 매핑

Related

Closes #421

Test plan

  • PodServiceTest / PodControllerTest 신규 케이스 추가 및 통과

@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 51 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c00e7abb-64f5-4a4c-8747-13744d9276ad

📥 Commits

Reviewing files that changed from the base of the PR and between a477293 and 15929b1.

📒 Files selected for processing (6)
  • src/main/java/DGU_AI_LAB/admin_be/domain/pod/controller/PodController.java
  • src/main/java/DGU_AI_LAB/admin_be/domain/pod/controller/docs/PodApi.java
  • src/main/java/DGU_AI_LAB/admin_be/domain/requests/dto/response/PodCreationStatusResponseDTO.java
  • src/main/java/DGU_AI_LAB/admin_be/domain/requests/service/PodService.java
  • src/test/java/DGU_AI_LAB/admin_be/domain/pod/controller/PodControllerTest.java
  • src/test/java/DGU_AI_LAB/admin_be/domain/requests/service/PodServiceTest.java

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.

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.

관리자용 Pod 생성 진행 상태 조회 API 추가

1 participant