Skip to content

Commit 2a91975

Browse files
committed
fix: pin e2e coraza-waf to a pullable fixed image
The downstream gateway e2e config pinned the WAF filter as the bare tag `coraza-waf:v1.1.1-dev2`, which has no registry and cannot be pulled in CI, and predates the TPP Enforce listener-reject / response-phase fixes. The Envoy listener never programs (Programmed=Unknown), so the `trafficprotectionpolicy-enforce-serves-traffic` chainsaw test fails on main and gates every PR. Point the initContainer at the published, fixed image. Key changes: - Pin coraza-waf initContainer to ghcr.io/datum-labs/coraza-envoy-go-filter/coraza-waf:v1.3.0-alpha10
1 parent fbf7acc commit 2a91975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/dev/downstream_resources/downstream-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
mountPath: /opt/coraza-waf
6464
initContainers:
6565
- name: coraza-waf
66-
image: coraza-waf:v1.1.1-dev2
66+
image: ghcr.io/datum-labs/coraza-envoy-go-filter/coraza-waf:v1.3.0-alpha10
6767
imagePullPolicy: IfNotPresent
6868
command:
6969
- cp

0 commit comments

Comments
 (0)