Skip to content

remove unnecessary tls inspector#54080

Merged
istio-testing merged 2 commits intoistio:masterfrom
ramaraochavali:fix/unnecessary_tls
Nov 27, 2024
Merged

remove unnecessary tls inspector#54080
istio-testing merged 2 commits intoistio:masterfrom
ramaraochavali:fix/unnecessary_tls

Conversation

@ramaraochavali
Copy link
Copy Markdown
Contributor

@ramaraochavali ramaraochavali commented Nov 27, 2024

The relevant envoy issue has been fixed envoyproxy/envoy#13601 - We do not have to add this automatically

  • Ambient
  • Configuration Infrastructure
  • Docs
  • Dual Stack
  • Installation
  • Networking
  • Performance and Scalability
  • Extensions and Telemetry
  • Security
  • Test and Release
  • User Experience
  • Developer Infrastructure
  • Upgrade
  • Multi Cluster
  • Virtual Machine
  • Control Plane Revisions

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
@ramaraochavali ramaraochavali requested a review from a team as a code owner November 27, 2024 07:42
@istio-policy-bot istio-policy-bot added the release-notes-none Indicates a PR that does not require release notes. label Nov 27, 2024
@istio-testing istio-testing added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 27, 2024
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
@istio-testing istio-testing added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 27, 2024
@istio-testing istio-testing merged commit 2b915d2 into istio:master Nov 27, 2024
@ramaraochavali ramaraochavali deleted the fix/unnecessary_tls branch November 27, 2024 08:50
// match. We can do this for outbound as well, at which point this could be
// removed, but have not yet
if needTLSInspector || needHTTPInspector {
if needTLSInspector {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to check the proxy version?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed. The change was done in Envoy long time ago

Copy link
Copy Markdown
Member

@howardjohn howardjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, LGTM

MaYuan-02 pushed a commit to MaYuan-02/istio that referenced this pull request Dec 8, 2024
* remove unnecessary tls inspector

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

* rename

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

---------

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-notes-none Indicates a PR that does not require release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tls_inspector needlessly injected, causing incorrect behavior

6 participants