Skip to content

Commit

Permalink
allow open access for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mbe committed May 12, 2024
1 parent 6de64bb commit 59d0ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxies/live/apiproxy/targets/targetmhdspoctlsma.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Request>
<Step>
<Name>VerifyApiKey.FromHeader</Name>
<Condition>request.header.Authorization Is null</Condition>
<Condition>(request.header.Authorization Is null) and (request.header.apikey IsNot null)</Condition>
</Step>
<Step>
<Name>OauthV2.VerifyAccessTokenAppAllLevels</Name>
<Condition>request.header.apikey Is null</Condition>
<Condition>(request.header.apikey Is null) and (request.header.Authorization IsNot null)</Condition>
</Step>
<Step>
<Name>FlowCallout.ApplyRateLimiting</Name>
Expand Down

0 comments on commit 59d0ec5

Please sign in to comment.