aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/clamp/PolicyParticipantParameters.yaml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-12 16:01:26 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-13 10:28:35 +0100
commit02d8fad0dfa0c007386beae24e25bbbd0eed130b (patch)
treecdba877596d9bb73fbf778fcac3122704305ab70 /csit/config/clamp/PolicyParticipantParameters.yaml
parent278a331dfec6bb875b35708bb9e704f5d0b4dd16 (diff)
Convert CSIT tests to use HTTP rather than HTTPS
This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and tidying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: I02afa5c7a585470fa0bda521e97bf1cdcf6a95c2 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/config/clamp/PolicyParticipantParameters.yaml')
-rw-r--r--csit/config/clamp/PolicyParticipantParameters.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/csit/config/clamp/PolicyParticipantParameters.yaml b/csit/config/clamp/PolicyParticipantParameters.yaml
index 625b15b8..f490538a 100644
--- a/csit/config/clamp/PolicyParticipantParameters.yaml
+++ b/csit/config/clamp/PolicyParticipantParameters.yaml
@@ -8,7 +8,7 @@ participant:
port: 6969
userName: healthcheck
password: zb!XztG34
- useHttps: true
+ useHttps: false
allowSelfSignedCerts: true
policyPapParameters:
clientName: pap
@@ -16,7 +16,7 @@ participant:
port: 6969
userName: healthcheck
password: zb!XztG34
- useHttps: true
+ useHttps: false
allowSelfSignedCerts: true
intermediaryParameters:
reportingTimeIntervalMs: 120000
@@ -35,11 +35,16 @@ participant:
- ${topicServer:message-router}
topicCommInfrastructure: dmaap
fetchTimeout: 15000
- useHttps: true
+ useHttps: false
topicSinks:
-
topic: POLICY-CLRUNTIME-PARTICIPANT
servers:
- ${topicServer:message-router}
topicCommInfrastructure: dmaap
- useHttps: true
+ useHttps: false
+
+server:
+ ssl:
+ enabled: false
+ \ No newline at end of file