Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 56c06dd

Browse files
committed
Enable health endpoint with security
- Permit /management/health - Backport #3825
1 parent 42cd976 commit 56c06dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-dataflow-server-core/src/main/resources/META-INF/dataflow-server-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spring:
8686
authorization:
8787
enabled: true
8888
loginUrl: "/"
89-
permit-all-paths: "/authenticate,/security/info,/assets/**,/dashboard/logout-success-oauth.html,/favicon.ico"
89+
permit-all-paths: "/management/health,/authenticate,/security/info,/assets/**,/dashboard/logout-success-oauth.html,/favicon.ico"
9090
rules:
9191
# About
9292

0 commit comments

Comments
 (0)