diff options
author | xuegao <xg353y@intl.att.com> | 2020-03-18 10:53:21 +0100 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2020-03-18 10:53:21 +0100 |
commit | fa1e4db9078caa149ab6d19697d5863b1103aaa8 (patch) | |
tree | 7ca8d291dd45fba31200705619596cb5eb38d6a3 /src/main/resources | |
parent | fdbbb38dfbc907fb0ecbfe69ee53b3e58f04a323 (diff) |
Fix pdp group bug
Update the url used to get the pdp group info from Policy.
Issue-ID: CLAMP-782
Change-Id: I283f4296ea0efaea475e1c142979a0754feb1a19
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/clds/camel/routes/policy-flows.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index 7b52f220d..2b704acea 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -705,7 +705,7 @@ <log loggingLevel="INFO" message="Endpoint to get policy model: {{clamp.config.policy.pap.url}}/policy/pap/v1/pdps"></log> <toD - uri="{{clamp.config.policy.api.url}}/policy/pap/v1/pdps?bridgeEndpoint=true&useSystemProperties=true&throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&authMethod=Basic&authUsername={{clamp.config.policy.api.userName}}&authPassword={{clamp.config.policy.api.password}}&connectionTimeToLive=5000&httpClient.connectTimeout=10000&httpClient.socketTimeout=20000&authenticationPreemptive=true&connectionClose=true"/> + uri="{{clamp.config.policy.pap.url}}/policy/pap/v1/pdps?bridgeEndpoint=true&useSystemProperties=true&throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&authMethod=Basic&authUsername={{clamp.config.policy.api.userName}}&authPassword={{clamp.config.policy.api.password}}&connectionTimeToLive=5000&httpClient.connectTimeout=10000&httpClient.socketTimeout=20000&authenticationPreemptive=true&connectionClose=true"/> <convertBodyTo type="java.lang.String" /> <doFinally> <to uri="direct:reset-raise-http-exception-flag"/> |