diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-10 17:57:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-10 17:57:30 +0000 |
commit | 72d5d13247c5b924ffde2cd449bd0715a117cf98 (patch) | |
tree | bc63426833686973c41848e492a45cc50274fc3f /kubernetes/dcaegen2/components/dcae-policy-handler/resources | |
parent | bb698e051b36b471911ad8a315e4ad0f35616838 (diff) | |
parent | 32f991921b273e820c4df083a933b90440ff2756 (diff) |
Merge "5.1.0 policy-handler - policy-updates from new PDP"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/resources')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json index 7342ca633a..b459a989d7 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json @@ -13,20 +13,27 @@ "policy_engine": { "url": "https://{{ .Values.config.address.policy_xacml_pdp }}:6969", "path_decision": "/policy/pdpx/v1/decision", - "path_notifications": "/pdp/notifications", - "path_api": "/pdp/api/", "headers": { "Accept": "application/json", "Content-Type": "application/json", - "ClientAuth": "cHl0aG9uOnRlc3Q=", "Authorization": "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0", "Environment": "TEST" }, "target_entity": "policy_engine", "tls_ca_mode": "cert_directory", - "tls_wss_ca_mode": "cert_directory", - "timeout_in_secs": 60, - "ws_ping_interval_in_secs": 180 + "timeout_in_secs": 60 + }, + "dmaap_mr" : { + "url" : "https://message-router:3904/events/unauthenticated.POLICY-NOTIFICATION/policy-handler/ph1", + "query": { + "timeout": 15000 + }, + "headers" : { + "Content-Type" : "application/json" + }, + "target_entity" : "dmaap_mr", + "tls_ca_mode" : "cert_directory", + "timeout_in_secs": 60 }, "deploy_handler": { "target_entity": "deployment_handler", |