Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GRPC: Routing rewrite upstream and GRPC one was not used.
This is a fix for GRPC when routing policy is used, where it uses the old http1 endpoint. Sample Config ``` "policy_chain": [ { "name": "routing", "version": "builtin", "enabled": true, "configuration": { "rules": [ { "url": "https://home-ip.acalustra.com:8080/", "owner_id": 3, "owner_type": "BackendApi", "condition": { "operations": [ { "match": "path", "op": "matches", "value": "/default/.*|/default/?" } ] }, "replace_path": "{{original_request.path | remove_first: '/default'}}" } ] } }, { "name": "grpc", "version": "builtin", "configuration": {} }, { "name": "apicast.policy.apicast" } ] ``` Fix THREESCALE-4684 Signed-off-by: Eloy Coto <eloy.coto@gmail.com>
- Loading branch information