From 8e202be9d24ea72c17ddfc79b37f47a26346be66 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Mon, 27 May 2024 14:41:26 +0200 Subject: [PATCH] Myconext: Make sure the /internal/info endpoint shows version information --- roles/myconext/templates/application.yml.j2 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 08e433a7b..9393dd76d 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -199,16 +199,13 @@ management: health: mail: enabled: true + info: + enabled: true + git: + mode: full # We disable all endpoints except health for the load-balancer and info for git information. endpoints: web: exposure: include: "health,info,mappings,metrics" base-path: "/internal" - enabled: false - health: - enabled: true - info: - enabled: true - git: - mode: full