Skip to content

Commit

Permalink
feat(SecurityConfig) : 액츄에이터 조회시 토큰 필요 x
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Dec 9, 2024
1 parent 0abbc7e commit 5097fdd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class SecurityConfig(
.requestMatchers(
"/swagger-ui/**",
"/v3/api-docs/**",
"/health"
"/health",
"/actuator/**"
).permitAll()
.anyRequest().authenticated()
}.sessionManagement { session ->
Expand Down

0 comments on commit 5097fdd

Please sign in to comment.