-
Notifications
You must be signed in to change notification settings - Fork 596
Open
Labels
Description
The new backend field on the AgentgatewayPolicy introduced in #12723 supports configuring:
- tcp
- tls
- http
- auth
- mcp
- ai
Tasks:
- Move ai backend policy tests to a new
backenddirectory under https://github.com/kgateway-dev/kgateway/tree/main/internal/kgateway/agentgatewaysyncer/testdata/inputs - Add unit tests for missing subfields on the
backendpolicy under https://github.com/kgateway-dev/kgateway/tree/main/internal/kgateway/agentgatewaysyncer/testdata/inputs - Add e2e tests for AgentgatewayPolicy backend fields covering similar cases to the envoy dataplane BackendConfigPolicy tests (https://github.com/kgateway-dev/kgateway/tree/main/test/e2e/features/backendconfigpolicy)