Skip to content

Restore TPROXY functionality  #5848

@ostromart

Description

@ostromart

TPROXY is broken due to #5745.
To restore tproxy in next release, we have some options (in rough order of complexity):

  1. Bifurcate dockerfiles into regular/tproxy
  2. Add prctl() syscall in envoy which will restore ability to core dump (there could be security objections to this).
  3. Move the chgrp into pilot agent and set it there conditionally (based on tproxy support)
  4. Figure out some way to make tproxy work without the chgrp.
  5. ???

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions