Skip to content

Commit b40232f

Browse files
igba1980igba.ujege
andauthored
Add parameters to ApplyRateLimiting flow callout (#106)
* Add parameters to ApplyRateLimiting flow callout A 'Parameters' section was added to the 'FlowCallout.ApplyRateLimiting' in apiproxy/policies. This includes a parameter named 'verifyApiKeyPolicyName' with the value 'VerifyApiKey.FromHeader'. This will ensure that the API key is verified from the header, improving the security measure of the process. * Changed apikey case * Update display name in FlowCallout.ApplyRateLimiting The display name of the FlowCallout "ApplyRateLimiting" in the "live" proxy's policy was updated. The change made was specifically to improve readability without affecting functionality. --------- Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent 462a1e4 commit b40232f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
21
<FlowCallout async="false" continueOnError="false" enabled="true" name="FlowCallout.ApplyRateLimiting">
3-
<DisplayName>FlowCallout.ApplyRateLimiting</DisplayName>
2+
<DisplayName>Apply Rate Limiting</DisplayName>
43
<SharedFlowBundle>ApplyRateLimiting</SharedFlowBundle>
4+
<Parameters>
5+
<Parameter name="verifyApiKeyPolicyName">VerifyAPIKey.FromHeader</Parameter>
6+
</Parameters>
57
</FlowCallout>

0 commit comments

Comments
 (0)