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
The kuadrant operator now allows defaults to be set for AuthPolicy and RateLimitPolicy. Test that these defaults work properly and are mutually exclusive with setting policy in spec.
Summary
The kuadrant operator now allows defaults to be set for AuthPolicy and RateLimitPolicy. Test that these defaults work properly and are mutually exclusive with setting policy in spec.
Documentation
Implementing PRs: Kuadrant/kuadrant-operator#503, Kuadrant/kuadrant-operator#456, Kuadrant/kuadrant-operator#536
RFC: https://github.com/Kuadrant/architecture/blob/main/rfcs/0009-defaults-and-overrides.md
Test cases
Repeat each for AuthPolicy and RateLimitPolicy
Tests functionality of rules set within the
defaults
blockTest mutual exclusivity of
defaults
block with other rulesdefaults
blockImplicit and explicit defaults are mutually exclusive
Test policy inheritability and PolicyAffected condition
defaults
block to your gatewayObject affected by {Auth|RateLimit}Policy x
Test policy discoverability
defaults
block to your gatewayObject affected by {Auth|RateLimit}Policy x
The text was updated successfully, but these errors were encountered: