Skip to content

Commit

Permalink
refactor(SecurityConfig): prometheus actuator 경로 화이트리스트에 추가 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld authored Dec 27, 2024
1 parent efac19d commit d567a5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private String[] getAuthWhitelist() {
"/auth/v2",
"/auth/v2/**",
actuatorEndPoint + "/health",
actuatorEndPoint + "/prometheus",
"/internal/**"
};
}
Expand Down

0 comments on commit d567a5a

Please sign in to comment.