Skip to content

Commit 9e8c155

Browse files
Disable security for health endpoint
1 parent eba65b1 commit 9e8c155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/WebSecurityConfig.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ class WebSecurityConfig {
8989
"/scripts*.js",
9090
"/styles*.css",
9191
"/favicon.ico",
92-
"/app/info"
92+
"/app/info",
93+
"/admin/health"
9394
)
9495
.permitAll()
9596
.anyRequest()

0 commit comments

Comments
 (0)