From af986bc0df593b2a5f0a10407ac0caa39e8d3308 Mon Sep 17 00:00:00 2001 From: Abhishek Patil Date: Tue, 17 Nov 2020 14:28:37 +0530 Subject: [PATCH] Disabling keyVault health indicator --- .../storage-azure/src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/provider/storage-azure/src/main/resources/application.properties b/provider/storage-azure/src/main/resources/application.properties index 6dbbbf24..1a4f0544 100644 --- a/provider/storage-azure/src/main/resources/application.properties +++ b/provider/storage-azure/src/main/resources/application.properties @@ -66,4 +66,7 @@ azure.cosmosdb.tenantinfo.collection=TenantInfo tenantFactoryImpl.required=true #Redis database number -redis.database=${REDIS_DATABASE} \ No newline at end of file +redis.database=${REDIS_DATABASE} + +# Disable keyVault for actuator health check +management.health.azure-key-vault.enabled=false \ No newline at end of file -- GitLab