Open czeslavo opened 2 months ago
https://github.com/Kong/kubernetes-configuration/pull/25 added a test suite that allows verifying CRDs' CEL rules. The goal of this issue is to cover all existing rules that are not covered yet.
Add test cases for:
### Tasks - [x] KonnectAPIAuthConfiguration - [x] KonnectControlPlane - [x] KongConsumer - [x] KongPlugin - [x] KongVault - [x] KongRoute - [x] KongService - [ ] KongClusterPlugin - [ ] KongIngress - [ ] KongUpstreamPolicy - [ ] KongCustomEntity - [ ] IngressClassParameters
Note: some of the test cases might be migrated from the existing suite in KIC.
Given all net new CRDs added for the Konnect entities feature are covered, I think it's no longer a blocker for the 1.4 release.
Problem Statement
https://github.com/Kong/kubernetes-configuration/pull/25 added a test suite that allows verifying CRDs' CEL rules. The goal of this issue is to cover all existing rules that are not covered yet.
Proposed Solution
Add test cases for:
Note: some of the test cases might be migrated from the existing suite in KIC.
Additional Information
Acceptance Criteria