Feature toggle for rate limiting #1396
Labels
area/api-gateway
Issues or PRs related to api-gateway
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Description
Introduce feature toggle mechanism that would allow to work on rate limiting epic without introducing long living dev branch or exposing half implemented functionality to end user. Feature toggle is not meant to be exposed to end user. The toggle is meant to be only used in development processes. The toggle should control only implementation related to the rate limiting story and should not affect in any way other features of API Gateway module, e.g. APIRules or Geoblocking. Feature toggle should not be released to managed Kyma offering.
ACs [PO]
TODOs:
- [ ] add GH Action job to run unit tests for rate limiting feature-> superseded by following TODO- [ ] add make target for testing and building rate limiting feature-> superseded by following TODOPRs:
Reasons
Enable developers to incrementally contribute to rate limiting epic w/o managing long lasting dev branch
DoD:
- [ ] Provide documentation.- [ ] If you changed the resource limits, explain why it was needed.- [ ] Add release notes.Attachments
part of: #1365
The text was updated successfully, but these errors were encountered: