瀏覽代碼

Add actuator/health endpoints into auth whitelist (#1913)

Co-authored-by: sjlee <sjlee@mustit.co.kr>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
LEE SUJIN 3 年之前
父節點
當前提交
af7b27bcf8

+ 1 - 1
kafka-ui-api/src/main/java/com/provectus/kafka/ui/config/auth/AbstractAuthSecurityConfig.java

@@ -11,7 +11,7 @@ abstract class AbstractAuthSecurityConfig {
       "/js/**",
       "/media/**",
       "/resources/**",
-      "/actuator/health",
+      "/actuator/health/**",
       "/actuator/info",
       "/auth",
       "/login",