Skip to content

Commit

Permalink
Fix: prometheus url 허용으로 수정 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewon-pro authored Sep 23, 2024
1 parent 3a35244 commit c3baa88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SecurityWebConfig {
};

private static final String[] READ_ONLY_ENDPOINTS = {
"/api/v1/servers/versions", "/actuator/health", "/actuator/metrics/**",
"/api/v1/servers/versions", "/actuator/health", "/actuator/metrics/**", "/actuator/prometheus",
};

@Bean
Expand Down

0 comments on commit c3baa88

Please sign in to comment.