Skip to content

Commit

Permalink
Documentation (#49)
Browse files Browse the repository at this point in the history
* pass header for NIR proxy

* add access checks
  • Loading branch information
matthew-mbe committed Jun 12, 2024
1 parent a4788d6 commit 535240a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proxies/live/apiproxy/proxies/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<Step>
<Name>FlowCallout.GetEnvironmentKeyValueMapData</Name>
</Step>
<Step>
<Name>VerifyApiKey.FromHeader</Name>
<Condition>request.header.Authorization Is null</Condition>
</Step>
<Step>
<Name>OauthV2.VerifyAccessTokenAppAllLevels</Name>
<Condition>request.header.apikey Is null</Condition>
</Step>
</Request>
</PreFlow>

Expand Down

0 comments on commit 535240a

Please sign in to comment.