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
refactor: address review feedback on frontendValidation mTLS
- ssl: validate that the CA ConfigMap contains a PEM CERTIFICATE block,
rejecting empty/whitespace-only/malformed data before it reaches the
downstream mTLS trust anchor.
- translator: reject caCertificateRefs with a non-core API group, matching
the listener-status validation.
- status: scope frontendValidation checks to Terminate listeners.
- test: fix unknown-plugin error matching for api7ee (Dashboard wraps the
message across lines); add group/malformed-CA translator test cases.
returnnil, fmt.Errorf("unsupported frontendValidation caCertificateRef group %q in listener %s, only the core group is supported", ref.Group, listener.Name)
0 commit comments