Skip to content

Commit f4bd280

Browse files
Merge pull request #412 from AbsaOSS/feature/411-health-endpoint
Disable security for health endpoint
2 parents a759ab7 + 2bd2747 commit f4bd280

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)