Skip to content

[FEAT] Auth Service 라우팅 #17

Description

@mimimya

📄 이슈 내용 (기능 요약)

새 Auth Service 가 Gateway 통해 접근 가능하도록 라우팅 설정
서비스 이름 기반 라우팅 설정 (Load Balancer형식)

📝 상세 내용 및 요구사항

  • Gateway 통해 /api/v1/auth/login 호출 성공
  • 외부에서 /internal/* 호출 시 차단
  • CORS 정상
  • 동적 라우팅 설정 : uri: http://localhost:19001 -> lb://userservice

✅ 체크리스트 (구현할 내용)

  • /api/v1/auth/**pagely-auth-service 라우팅
  • /api/v1/auth/** Public Path 등록 (JWT 검증 제외)
  • /internal/** 외부 차단 (모든 서비스)
  • CORS 설정
  • 동적 라우팅 설정

📍 레퍼런스

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions