From 372d1a171c52fa3797e7936335f8580bb663d8f6 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Fri, 10 Jan 2025 11:37:05 +0100 Subject: [PATCH] Upped to spring boot 3.4 --- roles/myconext/templates/application.yml.j2 | 22 ++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 58e2b6c95..112e77212 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -243,17 +243,21 @@ gui: # We disable all endpoints except health for the load-balancer and info for git information. management: - health: - mail: - access: unrestricted - show-details: always - info: - access: unrestricted - git: - mode: full - # We disable all endpoints except health for the load-balancer and info for git information. endpoints: web: exposure: include: "health,info" base-path: "/internal" + endpoint: + info: + access: unrestricted + health: + access: unrestricted + show-details: always + mappings: + access: none + metrics: + access: none + info: + git: + mode: full