Fixed https issue in policy-participant 77/125677/1
authorsaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 12:57:03 +0000 (12:57 +0000)
committersaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 12:57:07 +0000 (12:57 +0000)
Changes config files to use "useHttps" instead of "https"

Issue-ID: POLICY-3817
Change-Id: Ic945150eff5334cbba77b4da77d72dc1283d4e67
Signed-off-by: saul.gill <saul.gill@est.tech>
packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml
participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml

index bd9a626..625b15b 100644 (file)
@@ -8,7 +8,7 @@ participant:
     port: 6969
     userName: healthcheck
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
@@ -16,7 +16,7 @@ participant:
     port: 6969
     userName: healthcheck
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   intermediaryParameters:
     reportingTimeIntervalMs: 120000
index e5b2b2a..62f8920 100644 (file)
@@ -10,7 +10,7 @@ participant:
     port: 6969
     userName: healthcheck
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
@@ -18,7 +18,7 @@ participant:
     port: 6969
     userName: healthcheck
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   intermediaryParameters:
     reportingTimeIntervalMs: 120000