linkerd2/test/integration
Oliver Gould 4f16a234aa
Add a default set of ports to bypass the proxy (#5093)
The proxy has a default, hardcoded set of ports on which it doesn't do
protocol detection (25, 587, 3306 -- all of which are server-first
protocols). In a recent change, this default set was removed from
the outbound proxy, since there was no way to configure it to anything
other than the default set. I had thought that there was a default set
applied to proxy-init, but this appears to not be the case.

This change adds these ports to the default Helm values to restore the
prior behavior.

I have also elected to include 443 in this set, as it is generally our
recommendation to avoid proxying HTTPS traffic, since the proxy provides
very little value on these connections today.

Additionally, the memcached port 11211 is skipped by default, as clients
do not issue any sort of preamble that is immediately detectable.

These defaults may change in the future, but seem like good choices for
the 2.9 release.
2020-10-16 11:53:41 -07:00
..
configs tests: Add Calico CNI deep integration tests (#4952) 2020-09-23 19:58:28 +05:30
edges tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
egress tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
endpoints tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
externalissuer tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
get tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
inject Add a default set of ports to bypass the proxy (#5093) 2020-10-16 11:53:41 -07:00
multicluster tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
routes tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
serviceaccounts Add a Windows Linkerd cli Test (#4653) 2020-07-02 23:13:57 +05:30
serviceprofiles tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
smimetrics Skip SMI metrics integration test on arm (#5086) 2020-10-14 14:10:33 -07:00
stat tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
tap tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
testdata Stop rendering addon config (#5078) 2020-10-16 11:07:51 -07:00
tracing tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
trafficsplit tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
uninstall tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
install_test.go tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00