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
We want to check that only one AuthPolicy/RateLimitPolicy can be attached to a HttpRoute at any given time. The first one attached should be the one working.
Documentation
...
Additional context
We already created test for AuthConfig collision: testsuite/tests/singlecluster/authorino/operator/clusterwide/test_wildcard_collision.py
Test cases
Test that two AuthPolicy on same HTTPRoute will result in one having status "Conflicted"
Same for RateLimitPolicy
The text was updated successfully, but these errors were encountered:
Summary
We want to check that only one AuthPolicy/RateLimitPolicy can be attached to a HttpRoute at any given time. The first one attached should be the one working.
Documentation
...
Additional context
We already created test for AuthConfig collision: testsuite/tests/singlecluster/authorino/operator/clusterwide/test_wildcard_collision.py
Test cases
Test that two AuthPolicy on same HTTPRoute will result in one having status "Conflicted"
Same for RateLimitPolicy
The text was updated successfully, but these errors were encountered: