Skip to content

Commit

Permalink
[#536] fix: presigned 관련 시큐리티 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heeeeeseok committed Jan 1, 2025
1 parent 6260954 commit 272ed33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http,
.requestMatchers("/swagger-ui/**", "/v3/api-docs/**", "/favicon.ico",
"/member/join", "/member/login", "/member/reissue", "/share/**",
"member/forceWithdrawal", "nana/upload", "/admin/login", "/member/validateNickname",
"/version/**", "/actuator/health")
"/version/**", "/actuator/health", "/file/upload-init", "/file/upload-complete")
.permitAll()
.requestMatchers("/favorite/**")
.hasAnyRole("MEMBER", "ADMIN")
Expand Down

0 comments on commit 272ed33

Please sign in to comment.