cloudstack/server/resources/META-INF/cloudstack
Craig Squire 8d53557ba7 api: don't throttle api discovery for listApis command (#2894)
Users reported that they weren't getting all apis listed in cloudmonkey when running a sync. After some debugging, I found that the problem is that the ApiDiscoveryService is calling ApiRateLimitServiceImpl.checkAccess(), so the results of the listApis command are being truncated because Cloudstack believes the user has exceeded their API throttling rate.

I enabled throttling with a 25 request per second limit. I then created a test role with only list* permissions and assigned it to a test user. When this user calls listApis, they will typically receive anywhere from 15-18 results. Checking the logs, you see The given user has reached his/her account api limit, please retry after 218 ms..

I raised the limit to 200 requests per second, restarted the management server and tried again. This time I got 143 results and no log messages about the user being throttled.
2018-12-12 23:55:32 +05:30
..
core api: don't throttle api discovery for listApis command (#2894) 2018-12-12 23:55:32 +05:30
server-alert-adapter-backend CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-alert-adapter-compute CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-alert-adapter-storage CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-allocator CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-api CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-compute CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-discoverer CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-fencer CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-investigator CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-network CLOUDSTACK-9813: Extending Config Drive support (#2097) 2018-01-12 15:14:40 +05:30
server-planner CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-storage CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
server-template-adapter CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30
system CLOUDSTACK-9456: Update Spring version in maven poms 2016-12-16 21:21:20 +05:30