Skip to content

feat: ratelimit 설정에서 ON/OFF 변경 가능하도록 추가#179

Merged
jong15325 merged 1 commit into
developfrom
feature/ratelimit-toggle
Jun 2, 2026
Merged

feat: ratelimit 설정에서 ON/OFF 변경 가능하도록 추가#179
jong15325 merged 1 commit into
developfrom
feature/ratelimit-toggle

Conversation

@jong15325

Copy link
Copy Markdown
Contributor

📝요약(Summary)

이슈 번호 : -

🔨변경 사항(Changes)

  • 추가 및 변경 파일 : GlobalRateLimitFilter, RateLimitAspect, RateLimitManager, RateLimitKeyGenerator, RateLimitConfiguration
  • @EnableAspectJAutoProxy를 ShoppingApplication으로 이동 (조건부 비활성화 시에도 AOP 유지)
  • SecurityConfiguration에서 GlobalRateLimitFilter를 Optional 주입으로 변경
  • application.yml에 ratelimit.enabled: true / false로 ratelimit 등록/해제 가능하도록 변경

😉리뷰 요구사항

- 대상: GlobalRateLimitFilter, RateLimitAspect, RateLimitManager, RateLimitKeyGenerator, RateLimitConfiguration
- @EnableAspectJAutoProxy를 ShoppingApplication으로 이동 (조건부 비활성화 시에도 AOP 유지)
- SecurityConfiguration에서 GlobalRateLimitFilter를 Optional 주입으로 변경
- application.yml에 ratelimit.enabled: true 기본값 추가

@jeemin65-pixel jeemin65-pixel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@munyeong0103 munyeong0103 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다

@jong15325 jong15325 merged commit c56b0cf into develop Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants