Hi,
I'm testing the quota plugin to enforce restapi policies in my 3.12.3 Gerrit instance. I have the following quota.config in All-Projects refs/meta/config branch:
[group "Registered-Users"]
restapi = 3/min burst 5
But I don't see any "Limit Exceeded" in my tests. Nor any errors in the application log. The quota.log file was created in /var/gerrit/logs, but the file is empty. Seems like the plugin is not responding. I checked the plugin status and it is ENABLED.
Is there any additional configuration needed in gerrit.config for the plugin to work?
Is there another plugin recommended for this use case?
Thanks in advance