Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infra] 로그인 요청 버그 수정 #154

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

yudonggeun
Copy link
Contributor

📝작업 내용

  • 정상적인 로그인 요청시 400 응답 에러를 해결하였습니다.

버그 상황

  • 올바른 로그인 요청시 400 상태 코드 응답이 생성
    image

원인 및 해결

  • authClient를 통한 http 통신 실패로 인한 에러 발생
    • http 스킴이 제외된 baseurl을 사용했기 때문입니다.
      image
    • http 스킴을 사용하면 기본 포트는 80 포트이지만 현재 구성된 kubernetes service에 매핑된 포트는 8080이기 때문에 연결이 실패했습니다. 때문에 각 서비스의 input 포트를 80으로 변경하였습니다.
      image

🔗 참고

https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/

@yudonggeun yudonggeun added the bug 버그 label Jun 5, 2024
@yudonggeun yudonggeun added this to the 배포 milestone Jun 5, 2024
@yudonggeun yudonggeun self-assigned this Jun 5, 2024
@yudonggeun yudonggeun merged commit da63678 into kSideProject:dev Jun 5, 2024
1 check passed
@yudonggeun yudonggeun deleted the bug/connect-service-fail branch June 5, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 버그
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant