Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

HMIS-1316 Change crime health check endpoint #769

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infrastructure/template/api-op-crime-health-policy.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<policies>
<inbound>
<rewrite-uri template="/knock-knock" copy-unmatched-params="true" />
<rewrite-uri template="/" copy-unmatched-params="true" />
<authentication-certificate certificate-id="crimecert" />
<set-header name="Authorization" exists-action="delete" />
<set-backend-service base-url="https://#{crimeHost}#/cppi/v3/" />
<set-backend-service base-url="https://#{crimeHost}#/snltestin/healthcheck" />
</inbound>
<backend>
<base />
Expand Down
Loading