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

Feat/l4 routing #527

Merged
merged 5 commits into from
Feb 6, 2020
Merged

Feat/l4 routing #527

merged 5 commits into from
Feb 6, 2020

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    103601b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b97cf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90fd492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c19b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. feat: add support for L4 routing

    This commit adds beta support for L4 routing using TCPIngress
    Custom Resource.
    
    Plain TCP port based routing and SNI-based routing for TLS over TCP are
    supported.
    
    Annotations for KongIngress are supported on TCPIngress resource as
    well to change the protocols for the corresponding route, however, that
    should be rarely required.
    
    Documentation will follow in a separate commit in future.
    hbagdi committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    72af831 View commit details
    Browse the repository at this point in the history