From 84a9363596e507ead4b71185e4e9fe71bb1751bc Mon Sep 17 00:00:00 2001 From: wonjunYou Date: Tue, 15 Oct 2024 02:07:32 +0900 Subject: [PATCH] =?UTF-8?q?[DDING-001]=20actuator=20security=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=81=84=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 62114c52..9470707f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -59,8 +59,5 @@ management: enabled: true server: port: 9090 - -actuator: - user-name: ${MONITORING_USERNAME} - password: ${MONITORING_USER_PASSWORD} - role-name: ACTUATOR + security: + enabled: false