diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-07 20:34:39 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-07 20:34:45 +0000 |
commit | 4112d5c3660588c4825b5cdb9e38eba5f4727ea7 (patch) | |
tree | bf08ad1f3d336b34e69eba71d74a46acd1e2b49f /kubernetes/dcaegen2/charts/dcae-policy-handler/resources | |
parent | 63bdb0f9106b2412af636f3be11d94904e12dd2d (diff) |
Update tag and PH config
Change-Id: Iba9cc854773ca287dc4e32cd079bdd5f275fb691
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1479
Issue-ID: DCAEGEN2-1465
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-policy-handler/resources')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json index 74abbb0664..1db11ad476 100644 --- a/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json @@ -11,15 +11,15 @@ "interval": 600 }, "policy_engine": { - "url": "https://{{ .Values.config.address.policy_pdp }}.{{include "common.namespace" . }}:8081", - "path_decision": "/decision/v1", + "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 dGVzdHBkcDphbHBoYTEyMw==", + "Authorization": "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0", "Environment": "TEST" }, "target_entity": "policy_engine", |