Baoyuantop commented on issue #13400: URL: https://github.com/apache/apisix/issues/13400#issuecomment-4549978089
@saurav955 From the screenshot, it looks like rules was configured under instances[0]. APISIX currently supports rules as a top-level ai-rate-limiting field, not as a per-instance field. If you use instances, each instance still needs its own name, limit, and time_window. Could you try moving rules to the plugin top level? For example, plugins.ai-rate-limiting.rules rather than plugins.ai-rate-limiting.instances[0].rules. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
