From 108242aeb2aaf9ee6ca89879c827c1f551cf1a72 Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Wed, 29 Dec 2021 13:20:34 +0300 Subject: [PATCH] Fix healthchecks (#1339) --- kafka-ui-api/src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kafka-ui-api/src/main/resources/application.yml b/kafka-ui-api/src/main/resources/application.yml index a68453bf33..a6a4c8e971 100644 --- a/kafka-ui-api/src/main/resources/application.yml +++ b/kafka-ui-api/src/main/resources/application.yml @@ -1,6 +1,7 @@ auth: type: DISABLED - management: + +management: endpoint: info: enabled: true @@ -10,6 +11,9 @@ auth: web: exposure: include: "info,health" + health: + ldap: + enabled: false logging: level: