Skip to content

Commit

Permalink
refactor(SecurityConfig): prometheus actuator 경로 화이트리스트에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Dec 26, 2024
1 parent efac19d commit 7d65cb8
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 7d65cb8

Please sign in to comment.