From 56b8406095f2b3f84ad4d28695d9fe420a418270 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Wed, 25 Oct 2023 12:02:49 +0100 Subject: [BUG] DMI Change management base endpoint - Update DMI management endpoint from /manage to /actuator - The actuator port is as same as application port - Change CSIT portfolio - Change web config filters - Change docker-compose - Update the docs Issue-ID: CPS-1922 Change-Id: Iab45a625b518f1b24a77c99dbdf20a58105723b6 Signed-off-by: halil.cakal --- docs/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/design.rst b/docs/design.rst index 27bfdf95..2efcc585 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -45,7 +45,7 @@ The healthcheck URL can be accessed using following URI: .. code-block:: bash - http://:/manage/health + http://:/actuator/health The Health check endpoint is essential for monitoring the status of DMI-Plugins. CPS is using a Spring Boot pattern here which can easily be configured for any spring boot application. -- cgit 1.2.3-korg