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

Commit

Permalink
Refactored cache from files. (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravipati89 authored Jun 16, 2022
1 parent b48cd1c commit 6447cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/template/api-op-publication-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<base />
<choose>
<when condition="@(context.Request.Headers.GetValueOrDefault("Destination-System","") == "PIH")">
<cache-lookup-value key="snlAuth" variable-name="snlAuthToken" />
<send-request ignore-error="false" timeout="20" response-variable-name="pipClientResponse" mode="new">
<set-url>https://#{keyVaultHost}#/secrets/pip-client-id/?api-version=7.0</set-url>
<set-method>GET</set-method>
Expand Down

0 comments on commit 6447cca

Please sign in to comment.