diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-31 16:24:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-01-31 16:24:57 +0000 |
commit | 70498e0775ed98dd63921d8da22ffb01713635cb (patch) | |
tree | c28e3ca87d79fddf021e4af2a4635b879fbd4ba2 /kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json | |
parent | e869752183872dce54670f600bd5f007b2fe7b12 (diff) | |
parent | 2123fec0a12f313c15e03efab0ce378d0308d78d (diff) |
Merge "[DMAAP] Remove AAF dependency"
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json')
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json b/kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json index 7614a8c5b1..9136b6ed91 100755 --- a/kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json +++ b/kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json @@ -28,14 +28,14 @@ "topicSources" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], - "useHttps" : {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }}, + "useHttps" : "false", "fetchTimeout": 15000, "topicCommInfrastructure" : "dmaap" }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], - "useHttps" : {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }}, + "useHttps" : "false", "topicCommInfrastructure" : "dmaap" }] } |