Skip to content

Commit

Permalink
Merge pull request #537 from Travel-in-nanaland/fix/#536-presignedSec…
Browse files Browse the repository at this point in the history
…urity

[Fix] presigned 관련 시큐리티 수정
  • Loading branch information
heeeeeseok authored Jan 1, 2025
2 parents 6260954 + 272ed33 commit 110db41
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 110db41

Please sign in to comment.