Add integration with Envoy's MySQL Proxy filter#11279
Add integration with Envoy's MySQL Proxy filter#11279rshriram merged 3 commits intoistio:release-1.1from
Conversation
This adds support for redirecting traffic through Envoy's MySQL Proxy filter. Signed-off-by: Venil Noronha <veniln@vmware.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: venilnoronha If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@rshriram is it possible to insert mixer filter into or prior to mysql filter? |
This adds a guard that ensures that the correct proxy version is available (in this case v1.1) prior to configuring Redis and MySQL Envoy filters to ensure backward compatibility. Signed-off-by: Venil Noronha <veniln@vmware.com>
d9a7f20 to
9780927
Compare
Signed-off-by: Venil Noronha <veniln@vmware.com>
|
@venilnoronha: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
mysql filter is just like mongo.. readonly and stacked on top of mixer+tcp proxy |
This adds support for redirecting traffic through Envoy's MySQL Proxy
filter.