Automated integration test for noAuth and jwt migration #1301
Labels
area/api-gateway
Issues or PRs related to api-gateway
kind/feature
Categorizes issue or PR as related to a new feature.
Description
API Gateway module offers zero downtime migration from APIRule v1beta1 to v2alpha1. This is critical functionality helping APIRule users migrate their workloads to newer version of APIRule without experiencing any disruption. Workloads should be available also during migration.
Implement automated test checking if following scenarios:
If workload under the test will respond with anything else than 200 test should fail.
Implement a shell script that would set up a cluster with Istio and API Gateway installed, that is wrapping migration integration scenarios and running in the background "downtime detector".
This test should be invoked with make test target. This test should executed on main and release branches. Additionally should run on schedule on main branch.
PR:
TODO:
ACs:
Reasons
DoD:
Attachments
The text was updated successfully, but these errors were encountered: