You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo should layer on top of the rate limiting demo we did around protecting service registry. We should take the work done by @guicassolato and @rahulanand16nov based solely on Envoy and be able to provide the same functionality via Kuadrant Policies
The text was updated successfully, but these errors were encountered:
* add API and RateLimitPolicy resource
* add new apis' controller
* Add finalizer (Kuadrant#74)
* add API and RateLimitPolicy resource
* add new apis' controller
* add owner and finalizer for ratelimit policy
Co-authored-by: Rahul Anand <[email protected]>
* update RateLimitPolicy and API design (Kuadrant#75)
* example: add virtualservice resource to toystore example
* update ratelimitpolicy and API design
* update samples for RLP and API resource
* tie networking and ratelimit using annotations (Kuadrant#76)
* tie networking and ratelimit using annotations
* move network selection into spec from annotations
* reuse ClusterEnvoyPatch from istioprovider
* create AuthorizationPolicy using VirtualService (Kuadrant#79)
* create AuthorizationPolicy using VirtualService
* just log if reconciling w/o provider annotation
* move orphan check into the reconcile logic
* pass logger from main reconciler and small fix
* use predicate funcs to filter events for virtualservice
* make preauth as the first and postauth as the last filter (Kuadrant#80)
* cleanup API APIProduct CRDs (Kuadrant#81)
* cleanup API APIProduct CRDs
* fix tests
* remove duplicated constants
* Harden RateLimitPolicy implementation (Kuadrant#82)
* harden RateLimitPolicy implementation
* change finalizer's name
* fix typo and use correct gateway labels
* fix lint before merging into main
Co-authored-by: Craig Brookes <[email protected]>
Co-authored-by: Eguzki Astiz Lezaun <[email protected]>
This demo should layer on top of the rate limiting demo we did around protecting service registry. We should take the work done by @guicassolato and @rahulanand16nov based solely on Envoy and be able to provide the same functionality via Kuadrant Policies
The text was updated successfully, but these errors were encountered: