diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-05-06 15:48:48 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-05-06 15:48:48 +0200 |
commit | 995396247226e302e746897579efbf7dfe1a0e50 (patch) | |
tree | 4d3ea399d3540b0a50366ade77c00e8ab17449bb /src | |
parent | b9a405eca2343594a07f6a7f8bfb5c268c95119e (diff) |
Fix for PDP group
Attempt to fix PDP group push of all policies
Issue-ID: CLAMP-369
Change-Id: I6512b1b3924552198bf1912c418ae3af1d929d3d
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/clds/camel/routes/flexible-flow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml index 7cb50f2ee..efaed9299 100644 --- a/src/main/resources/clds/camel/routes/flexible-flow.xml +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -415,7 +415,7 @@ loggingLevel="INFO" message="Endpoint to add policies to PDP Group: {{clamp.config.policy.pap.url}}/policy/pap/v1/pdps"></log> <toD - uri="{{clamp.config.policy.pap.url}}/policy/pap/v1/pdps?throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&httpClient.connectTimeout=10000&useSystemProperties=true&authUsername={{clamp.config.policy.pap.userName}}&authPassword={{clamp.config.policy.pap.password}}" /> + uri="{{clamp.config.policy.pap.url}}/policy/pap/v1/pdps?bridgeEndpoint=true&throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&httpClient.connectTimeout=10000&useSystemProperties=true&authUsername={{clamp.config.policy.pap.userName}}&authPassword={{clamp.config.policy.pap.password}}" /> <doFinally> <to uri="direct:reset-raise-http-exception-flag" /> |