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-03 19:31:13 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-09-08 15:19:22 +0000
commit176bdc95dbbccc0ff4551ee2955262c1c3abf7d6 (patch)
tree12c73fe5e40b4c0cb80bf937a1b6fc092c905d00 /controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
parent1ae92f6f76e6fbebca9f22f72b8641e87ca8db7b (diff)
Make HTTPS configurable on drools featuresistanbul
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: I4cff6f96c4f906f91709fae73da09fa47f6b37c8 Signed-off-by: liamfallon <liam.fallon@est.tech> (cherry picked from commit 10554fd32c7b4ffd32e3096e44cf309a4a06e3a5)
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}