diff options
author | saul.gill <saul.gill@est.tech> | 2021-11-10 12:57:03 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-11-10 12:57:07 +0000 |
commit | 496f58cf8f5ad6c65b417d2ae79a69ece480d049 (patch) | |
tree | 23403f499b7475c84ff3efcd47bbb0511e2b2969 /participant | |
parent | e920b54e30c58f117d0c021ca82301900c9d5541 (diff) |
Fixed https issue in policy-participant
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>
Diffstat (limited to 'participant')
-rw-r--r-- | participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml index e5b2b2ab1..62f8920a4 100644 --- a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml @@ -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 |