SecurityConfig 최종 수정: 중복된 actuator 설정 제거 및 ADMIN 권한 요구 완전 제거

This commit is contained in:
hiondal 2025-09-11 11:16:49 +09:00
parent 744f33875c
commit 0ec0d562a8

View File

@ -59,8 +59,7 @@ public class SecurityConfig {
"/swagger-ui/**", "/swagger-ui/**",
"/swagger-ui.html", "/swagger-ui.html",
"/swagger-resources/**", "/swagger-resources/**",
"/webjars/**", "/webjars/**"
"/actuator/**"
).permitAll() ).permitAll()
// Protected endpoints (인증 필요) // Protected endpoints (인증 필요)