We need to figure out how to enable testing rate-limiting at the rest-gateway level without disrupting work on T400130: Central REST gateway for APIs
- Update api-gateway helm chart to support the rate-limiting configuration on both api and rest gateways (sidecar deployment of the ratelimit service)
- Add rate-limiting configuration to the rest-gateway staging deployment
- Stand up a ganeti VM for the redis backend
Once internal testing is done, and all production traffic goes through T400130: Central REST gateway for APIs, a possible route for production integration would be to enable this same rate-limiting set up in production, configure it to use shadow mode (no actual rate-limiting, just log what would be done), and see how it reacts.