aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/resources
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2020-02-21 15:49:34 +0100
committerTomasz Golabek <tomasz.golabek@nokia.com>2020-02-24 10:27:19 +0100
commit7244c908edd4aa392e65d820c90845323918b47b (patch)
tree3e3d04065d74f0f139c5e1290b35d511d8bbaa75 /certService/src/main/resources
parent0474f5347007cf6c04cb01f84b83fc2edd6fbc59 (diff)
Added actuator for refreshing configuration
Cloud-config dependency is provided Event listener introduced to handle refresh call Refresh endpoint exposed Fixed docker-compose to start locally and use build images Update repositories for docker image and install vim on it Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425
Diffstat (limited to 'certService/src/main/resources')
-rw-r--r--certService/src/main/resources/application.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties
index eab43c08..ac81c3a0 100644
--- a/certService/src/main/resources/application.properties
+++ b/certService/src/main/resources/application.properties
@@ -1,8 +1,11 @@
# Actuator configuration
-management.endpoints.enabled-by-default=false
-management.endpoint.health.enabled=true
springdoc.show-actuator=true
+management.endpoints.enabled-by-default=true
+management.endpoint.configprops.enabled=true
+management.endpoints.web.exposure.include=refresh,health
+
+
# Swagger configuration
springdoc.swagger-ui.path=/docs