[v3.24] feat(applicationlayer): WAF observability — gateway audit-log capture + Felix/fluentd event log (EV-6650)#4976
Merged
electricjesus merged 1 commit intoJun 29, 2026
Conversation
d04fd0c to
85fde91
Compare
… capture + Felix/fluentd event log (EV-6650) Pre-pick of tigera#4895 (source still OPEN on master). Squashed application of the branch's commits (incl. review feedback: operator owns --log-path with -- terminator handling; GatewayAPI read error propagated) onto release-v1.43. Reconcile to the real master squash SHA once tigera#4895 merges. Refs EV-6650
85fde91 to
fe6508e
Compare
jaderhs
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #4895.
Description
Operator render for the Gateway API WAF observability path (EV-6650), split out of #4821:
pkg/render/gatewayapi/gateway_api.go:EnvoyProxy.Spec.Logging.Level = {default: warn, wasm: info}— surfaces the Coraza WASM filter'sAuditLog:lines in Envoy's application log.EnvoyProxy.Spec.ExtraArgs += --log-path /access_logs/envoy.log— redirects the application log onto the existingaccess-logsemptyDir (ExtraArgs rather than a container-args Patch, which would replace EG's generated args; the path sits directly under/access_logsbecause Envoy doesn't create--log-pathparent dirs).WAF_AUDIT_LOG_PATH=/access_logs/envoy.logon the l7-log-collector, which tails the file and forwards WAF decision records viaPolicySync.ReportWAF.WAFEventLogsFileEnabled(FelixConfiguration) andWAF_LOG_FILE(fluentd) so WAF block / would-block decisions land in thetigera_secure_ee_wafindex.Release Note
For PR author
make gen-filesmake gen-versionsFor PR reviewers
A note for code reviewers - all pull requests must have the following:
release-note-requireddocs-pr-requiredLinked
tigera/designs#25(PMREQ-384)tigera/calico-private#12142(EV-6650) — must merge first