File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 2020 <Condition >oauthV2.OauthV2.VerifyAccessToken.failed</Condition >
2121 </FaultRule >
2222 </FaultRules >
23- <!--
24- To point to a named target server as this is how it SHOULD be implemented:
25- For example:
26- <HTTPTargetConnection>
27- <SSLInfo>
28- <Enabled>true</Enabled>
29- </SSLInfo>
30- <LoadBalancer>
31- <Server name="validated-relationships-service-api" />
32- </LoadBalancer>
33- </HTTPTargetConnection>
34- -->
3523 <HTTPTargetConnection >
36- <URL >http://mocktarget.apigee.net</URL >
37- <Properties >
38- <Property name =" supports.http10" >true</Property >
39- <Property name =" request.retain.headers" >User-Agent,Referer,Accept-Language</Property >
40- <Property name =" retain.queryparams" >apikey</Property >
41- </Properties >
24+ <!-- TODO: The target needs to configured on a per enironment basis (NPA-1979)
25+ This URL will also need to change once we have DNS in place (NPA-1669)
26+ -->
27+ <URL >https://6e6ljoc1a5.execute-api.eu-west-2.amazonaws.com/default/api</URL >
28+ <Properties >
29+ <Property name =" supports.http10" >true</Property >
30+ <Property name =" request.retain.headers" >User-Agent,Referer,Accept-Language</Property >
31+ </Properties >
4232 </HTTPTargetConnection >
4333</TargetEndpoint >
You can’t perform that action at this time.
0 commit comments