Skip to content

Commit

Permalink
Upped to spring boot 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 10, 2025
1 parent b803c59 commit 372d1a1
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 372d1a1

Please sign in to comment.