summaryrefslogtreecommitdiffstats
path: root/certService/src/main
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-02-05 11:24:54 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2020-02-05 11:24:54 +0100
commitdb979302035c3d0b25025b4dd81342a32b5f9496 (patch)
tree314ffd2446649e492280fe5b78927dbb2817a455 /certService/src/main
parent40d0466c361c02d96295cab1a6118a204b064539 (diff)
Create healthcheck WS
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ie356ccaa583bcbdcafffb4b15a5db43a1d01ed95
Diffstat (limited to 'certService/src/main')
-rw-r--r--certService/src/main/resources/application.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties
index e69de29b..43f65f09 100644
--- a/certService/src/main/resources/application.properties
+++ b/certService/src/main/resources/application.properties
@@ -0,0 +1,3 @@
+#Actuator properties
+management.endpoints.enabled-by-default=false
+management.endpoint.health.enabled=true \ No newline at end of file