Skip to content

Commit

Permalink
Merge pull request #46 from matthew-mbe/allowopenacces
Browse files Browse the repository at this point in the history
allow open access for testing
  • Loading branch information
hs14m2b committed May 12, 2024
2 parents 6de64bb + 59d0ec5 commit 4a4408a
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 4a4408a

Please sign in to comment.