From 258502bfc2345fd29f3605848fb63d7de06c9195 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Mon, 27 May 2024 14:48:53 +0530 Subject: [PATCH 1/2] Updated health check url --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71262aa7..279b5eca 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ Link to flyway documentation: [Documentation](https://flywaydb.org/documentation ## API authentication Authentication for the backend is handled via an Keycloak. This can be set in the configuration file. +## API health check URL +We can check the health check for Managed Service Orchestrator by using below URL: +- https:///actuator/health ### EDC GitHub repository with correct version of the Eclipse DataSpace Connector Project: [repository](https://github.com/catenax-ng/product-edc) From 372d6fb8e228868018ec129c30d9fc85fc044686 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Mon, 27 May 2024 16:15:32 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279b5eca..93f68d37 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Link to flyway documentation: [Documentation](https://flywaydb.org/documentation Authentication for the backend is handled via an Keycloak. This can be set in the configuration file. ## API health check URL -We can check the health check for Managed Service Orchestrator by using below URL: +We can check the health for Managed Service Orchestrator by using below URL: - https:///actuator/health ### EDC