We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API gateway에서 인증 인가 처리
gateway 기본 구성
front 대응 (gateway로 주소 변경)
인증/인가 gateway로 이동
infra 구성 (gateway EC2 생성 및 배포)
The text was updated successfully, but these errors were encountered:
링크를 참고하여 구현을 진행한다. 해당 링크엔 인증/인가에 관련된 부분이 존재하지 않는다. 라우팅까지 해당 링크를 참고하여 구현한후, 인증/인가에 관련된 부분을 이식하도록 한다.
Sorry, something went wrong.
좀 더 최신인 링크를 참고하여 구현하도록 한다.
gateway가 8080로 동작하고 api -> 8081, chat -> 8082 로 변경하였을때, prefix에 맞게 각각의 컨트롤러로 요청이 가는것을 확인하였다.
GlobalFilter가 기본적으로 설정되어있는데, 인증 인가에 관련된 부분을 이식하면 동작할것 같다.
링크1 과 링크2를 참고하여 인증 인가를 구현해보도록 한다.
filter를 이식 하는 일이 쉽지 않다고 판단하였다.
auth와 member를 분리하여 사용하는 방식을 시도해본다.
kouz95
No branches or pull requests
상세 내용
API gateway에서 인증 인가 처리
gateway 기본 구성
front 대응 (gateway로 주소 변경)
인증/인가 gateway로 이동
infra 구성 (gateway EC2 생성 및 배포)
The text was updated successfully, but these errors were encountered: