This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4c932d39b [hotfix] Remove unnecessary management endpoints 
configuration (#3269)
4c932d39b is described below

commit 4c932d39b44f48a8da42bbe8d1a1fb16949902e2
Author: gongzhongqiang <[email protected]>
AuthorDate: Sun Oct 22 22:51:13 2023 +0800

    [hotfix] Remove unnecessary management endpoints configuration (#3269)
---
 .../src/main/resources/application.yml                    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/resources/application.yml
 
b/streampark-console/streampark-console-service/src/main/resources/application.yml
index e2e34e6ed..f6f56807f 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/application.yml
+++ 
b/streampark-console/streampark-console-service/src/main/resources/application.yml
@@ -70,21 +70,6 @@ spring:
     converters:
       preferred-json-mapper: jackson
 
-management:
-  endpoints:
-    web:
-      exposure:
-        include: [ 'health', 'httptrace', 'metrics' ]
-  endpoint:
-    health:
-      enabled: true
-      show-details: always
-      probes:
-        enabled: true
-  health:
-    ldap:
-      enabled: false
-
 streampark:
   proxy:
     # knox process address 
https://cdpsit02.example.cn:8443/gateway/cdp-proxy/yarn

Reply via email to