diff options
author | 2019-05-09 20:24:30 +0000 | |
---|---|---|
committer | 2019-05-09 20:24:30 +0000 | |
commit | fe7ca7ab634a95baa57e034679c40ed61f765620 (patch) | |
tree | 61be48a005718469d75fdef7fdf22192d41aeb54 /kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json | |
parent | 2eb728002adb638a08c6e8faacf8d41f003a8805 (diff) | |
parent | 4112d5c3660588c4825b5cdb9e38eba5f4727ea7 (diff) |
Merge "Update tag and PH config"
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-policy-handler/resources/config/config.json')
-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", |