diff options
Diffstat (limited to 'csit/config/clamp/HttpParticipantParameters.yaml')
-rw-r--r-- | csit/config/clamp/HttpParticipantParameters.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/csit/config/clamp/HttpParticipantParameters.yaml b/csit/config/clamp/HttpParticipantParameters.yaml index 529b095a..62b9dc46 100644 --- a/csit/config/clamp/HttpParticipantParameters.yaml +++ b/csit/config/clamp/HttpParticipantParameters.yaml @@ -22,13 +22,13 @@ participant: - ${topicServer:message-router} topicCommInfrastructure: dmaap fetchTimeout: 15000 - useHttps: true + useHttps: {{HTTPS_ENABLED}} topicSinks: - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap - useHttps: true + useHttps: {{HTTPS_ENABLED}} management: endpoints: web: @@ -36,5 +36,7 @@ management: include: health, metrics, prometheus server: port: 8084 + ssl: + enabled: {{HTTPS_ENABLED}} servlet: context-path: /onap/policy/clamp/acm/httpparticipant |