aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-13 12:46:42 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-13 12:56:59 +0100
commit85e231ba168f5e89290ea956411b907f3b52f3f8 (patch)
treec543a2051bea980051fd816fb783bf033277bbe3 /controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
parentaf4675e0ab20c7649ec4ece5b7a67e17e7e11eec (diff)
Make HTTPS configurable on drools featureshonolulu
This commit makes HTTPS configurable on drools-applications features. Prior to this, https was mandatory on some features. This change is required to allow the CSITs to use http,a nd will be required for service mesh as well. Issue-ID: POLICY-4338 Change-Id: I73ea46b016288ecae4ea4eb1b2349a64c3e56f63 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
index a781ed2d1..c9d92087d 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
@@ -2,6 +2,7 @@
# ONAP
# ================================================================================
# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2022 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,7 +20,7 @@
http.client.services=VFC
http.client.services.VFC.managed=true
-http.client.services.VFC.https=true
+http.client.services.VFC.https=${envd:VFC_HTTPS:true}
http.client.services.VFC.host=${envd:VFC_HOST}
http.client.services.VFC.port=${envd:VFC_PORT}
http.client.services.VFC.userName=${envd:VFC_USERNAME}