Kevin should be capable of running in a Proxy mode which forwards all traffic received to a target destination. This will likely just forward traffic to another deployment of Kevin running in server/gRPC mode. Proxy mode should not enrich/modify data sent or received in any way -- it is a true passthrough proxy.
Acceptance Criteria
When in proxy mode, Kevin forwards traffic to a destination endpoint and returns whatever response is received
The Ask
Kevin should be capable of running in a Proxy mode which forwards all traffic received to a target destination. This will likely just forward traffic to another deployment of Kevin running in server/gRPC mode. Proxy mode should not enrich/modify data sent or received in any way -- it is a true passthrough proxy.
Acceptance Criteria