Skip to content

Commit 6292676

Browse files
Merge pull request #15 from NHSDigital/NPA-1868-update-target-server
Update target server to use VRS endpoints specified in https://github.com/NHSDigital/api-management-infrastructure via an Apigee Target Server
2 parents 96d0d6e + 1453faf commit 6292676

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

proxies/live/apiproxy/targets/target.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
</FaultRule>
2525
</FaultRules>
2626
<HTTPTargetConnection>
27-
<!--TODO: The target needs to configured on a per enironment basis (NPA-1979)
28-
This URL will also need to change once we have DNS in place (NPA-1669)
29-
-->
30-
<URL>https://jfhedvdn0k.execute-api.eu-west-2.amazonaws.com/default/api</URL>
27+
<LoadBalancer>
28+
<Server name="validated-relationships-service-api"/>
29+
</LoadBalancer>
3130
<Properties>
3231
<Property name="supports.http10">true</Property>
3332
<Property name="request.retain.headers">User-Agent,Referer,Accept-Language</Property>

0 commit comments

Comments
 (0)