feat: IP 화이트리스트 관리 API 구현 (#50) #51
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#50-ip-whitelist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
서비스별 IP 화이트리스트 관리 API를 구현합니다.
🔗 관련 이슈 (Related Issues)
Closes #50
🛠️ 작업 내용 (Changes)
Application Layer
IpListResponseDto.cs— IP 목록 응답 DTOAddIpRequestDto.cs— IP 추가 요청 DTO (IPv4 형식 검증 포함)DeleteIpRequestDto.cs— IP 삭제 요청 DTOIServiceManagementService.cs— IP 관련 메서드 추가ServiceManagementService.cs— IP 관리 비즈니스 로직 구현Domain Layer
IServiceRepository.cs— ServiceIp 관련 메서드 추가Infrastructure Layer
ServiceRepository.cs— ServiceIp CRUD 구현API Layer
ServiceController.cs— 3개 엔드포인트 추가POST /{serviceCode}/ip/list— IP 목록 조회POST /{serviceCode}/ip/add— IP 추가POST /{serviceCode}/ip/delete— IP 삭제📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)
N/A