Skip to content
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

Implement traffic redirection exclusion based on proxy config and user-provided values #10134

Merged
merged 6 commits into from
Apr 29, 2021

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    30084dc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Implement traffic redirection exclusion based on proxy config and use…

    …r-provided values.
    
    * If -proxy-id is provided to the redirect-traffic command, exclude any listener ports
      from inbound traffic redirection. This includes envoy_prometheus_bind_addr,
      envoy_stats_bind_addr, and the ListenerPort from the Expose configuration.
    * Allow users to provide additional inbound and outbound ports, outbound CIDRs
      and additional user IDs to be excluded from traffic redirection.
      This affects both the traffic-redirect command and the iptables SDK package.
    ishustava committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e486977 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    ishustava committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1867abd View commit details
    Browse the repository at this point in the history
  3. Update docs

    ishustava committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7687648 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    1c0a3d3 View commit details
    Browse the repository at this point in the history
  2. Code review feedback

    ishustava committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    8625b46 View commit details
    Browse the repository at this point in the history