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

[BE] TooManyRequest 요청을 로깅할 때, LB 에서 전달되는 X-Forwarded-For 헤더를 추출하여 공인 IP를 기록한다. #943

Open
nayonsoso opened this issue Oct 24, 2024 · 0 comments · May be fixed by #944

Comments

@nayonsoso
Copy link
Contributor

🔍 설명

  • 현재는 로드벨런서의 IP 를 remoteAddress 로 로깅하고 있습니다.
  • 이는 의미가 없으며.. LB 가 서버에 전달할 때 전해주는 X-Forwarded-For 헤더에서 진짜 IP 를 알 수 있습니다.
  • 이를 위한 리팩터링을 진행합니다.

🔥 할 일

  • RequestLimitInterceptor 의 코드를 수정합니다.

⏰ 예상 시간

  • 15분
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
1 participant