Skip to content

Commit be12105

Browse files
committed
refactor: S3 요청량 감소 및 취약점 보완
1 parent 062688b commit be12105

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

monitoring/promtail/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ scrape_configs:
122122
format: RFC3339Nano
123123
- labels:
124124
level:
125-
thread:
126125
logger:
127126

128127
# 'monitoring-stack' job의 로그에만 logfmt을 적용합니다.

src/main/java/store/lastdance/config/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
5555
.requestMatchers("/actuator/**").permitAll()
5656
// 기타 공개 경로들
5757
.requestMatchers("/error").permitAll()
58-
.requestMatchers("/api/v1/notifications/stream").permitAll()
5958
// /api/v1/expenses/analyze 요청은 인증이 필요함 AOP 프록시
6059
.requestMatchers("/api/v1/expenses/analyze").authenticated()
6160
// 나머지 요청은 인증 필요

0 commit comments

Comments
 (0)