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

apigateway 설정, Token decoding filter 설정 #54

Closed
3 tasks done
leebuwon opened this issue Jan 31, 2024 · 0 comments
Closed
3 tasks done

apigateway 설정, Token decoding filter 설정 #54

leebuwon opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선 순위 : 상 핵심 기능 개발, 여러 사용자에게 영향을 미치는 문제 (build fail 등)

Comments

@leebuwon
Copy link
Contributor

leebuwon commented Jan 31, 2024

✨ 기능 리스트


  • apigateway를 통해 프론트에서 8000 port 진입
  • user-service, chat-service 연동
  • apigateway filter를 통해 token decoding

✏ 사용 이유


1,
API Gateway로서 클라이언트로부터 들어오는 요청을 엔드포인트에 따라 알맞은 마이크로 서비스로 라우팅 해줍니다.
front에서 진입점을 apigateway로 통신하고 그에 맞는 서비스로 요청하는 형식입니다.

2,
apigateway에서 request Header로 담겨져 온 token을 디코딩하여 권한이 있는 사용자인지 관리합니다.

@leebuwon leebuwon added 🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선 순위 : 상 핵심 기능 개발, 여러 사용자에게 영향을 미치는 문제 (build fail 등) labels Jan 31, 2024
@leebuwon leebuwon self-assigned this Jan 31, 2024
@leebuwon leebuwon changed the title apigateway 설정, otken decoding filter 설정 apigateway 설정, Token decoding filter 설정 Jan 31, 2024
@leebuwon leebuwon moved this to Todo in TadakTadak_BE Jan 31, 2024
@leebuwon leebuwon mentioned this issue Feb 1, 2024
4 tasks
@leebuwon leebuwon moved this from Todo to In Progress in TadakTadak_BE Feb 1, 2024
@leebuwon leebuwon closed this as completed Feb 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in TadakTadak_BE Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 BE 백엔드 관련 이슈 ✨ Feature 기능 추가 우선 순위 : 상 핵심 기능 개발, 여러 사용자에게 영향을 미치는 문제 (build fail 등)
Projects
Status: Done
Development

No branches or pull requests

1 participant