-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual backport 1.15.x of Disable remote proxy patching except AWS Lambda #17432
Manual backport 1.15.x of Disable remote proxy patching except AWS Lambda #17432
Conversation
9ee0655
to
2706524
Compare
2706524
to
453bdc6
Compare
453bdc6
to
dfbbed3
Compare
dfbbed3
to
b4dcfc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noted the only differences between main
and 1.15
here; beyond moved references and fatter tests, there are no functional changes. Happy to discuss any specifics if helpful, though.
Upstreams: map[api.CompoundServiceName]*extensioncommon.UpstreamData{ | ||
dbService: { | ||
SNI: map[string]struct{}{ | ||
"db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul": {}, | ||
}, | ||
EnvoyID: "db", | ||
OutgoingProxyKind: "connect-proxy", | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This additional test data existed in main
, so I brought it over for a more complete test and parity.
@@ -0,0 +1,47 @@ | |||
package extensioncommon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was added after 1.15 as a home for several other helpers that were made exported; I opted to add only the net-new ones from my original PR rather than recreate those migrations (needlessly, since they're defined and used privately in this release branch).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the go.mod
changes for this backport. I'm assuming that the original enterprise review was correct on content.
…mbda backport of commit ba18381
b4dcfc5
to
d2a9daf
Compare
Rebased for merge |
backport of commit ba18381
Description
Manual backport of #17415.
Resolves automated backport PR #17428.