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

lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a58fc0  [Fix] Disable full exposure of actuator endpoints (#202)
3a58fc0 is described below

commit 3a58fc0857fe0ed678ad2934eb896b6d8e63441b
Author: s7monk <[email protected]>
AuthorDate: Wed May 1 07:47:27 2024 +0800

    [Fix] Disable full exposure of actuator endpoints (#202)
---
 paimon-web-server/src/main/resources/application.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-web-server/src/main/resources/application.yml 
b/paimon-web-server/src/main/resources/application.yml
index ae8ae92..821ccfa 100644
--- a/paimon-web-server/src/main/resources/application.yml
+++ b/paimon-web-server/src/main/resources/application.yml
@@ -70,10 +70,10 @@ management:
   endpoints:
     web:
       exposure:
-        include: "*"
+        include: info,health
   endpoint:
     health:
-      show-details: always
+      show-details: when-authorized
   health:
     ldap:
       enabled: false

Reply via email to