From 20d6c919cde072c165675dd31d98aff9e04abb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B8=D0=BC=D0=B8=D0=BD?= Date: Fri, 15 May 2026 09:14:11 +0000 Subject: [PATCH] =?UTF-8?q?chore(actuator):=20expose=20conditions/beans/co?= =?UTF-8?q?nfigprops=20=D0=B4=D0=BB=D1=8F=20autoconfig=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ordinis-app/src/main/resources/application.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ordinis-app/src/main/resources/application.yml b/ordinis-app/src/main/resources/application.yml index 5955085..afdeb81 100644 --- a/ordinis-app/src/main/resources/application.yml +++ b/ordinis-app/src/main/resources/application.yml @@ -12,7 +12,12 @@ management: endpoints: web: exposure: - include: health,info,prometheus,refresh,metrics,env,mappings + # `conditions`, `beans`, `configprops` — diagnostic триада для + # autoconfig debug (например: почему MailSenderAutoConfiguration + # не fired при наличии SPRING_MAIL_HOST env var и starter-mail на + # classpath). Endpoints sensitive — exposed только на staging + # behind cluster-internal Ingress (auth.required=true в prod). + include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops base-path: /actuator endpoint: health: