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

Add support for TLS Passthrough #2041

Merged
merged 17 commits into from
Dec 16, 2021
Merged

Add support for TLS Passthrough #2041

merged 17 commits into from
Dec 16, 2021

Commits on Dec 1, 2021

  1. feat(test) add new TCP route tests

    * Add tests for invalid TCP routes
    * Add tests for TLS TCP routes
    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b9920e4 View commit details
    Browse the repository at this point in the history
  2. feat(tcp) add TLS passthrough support

    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c1df867 View commit details
    Browse the repository at this point in the history
  3. tmp(test) test against nightly

    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    760ab66 View commit details
    Browse the repository at this point in the history
  4. fix(tests) un-break UDP

    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    35eba3f View commit details
    Browse the repository at this point in the history
  5. test(tcp) update TCPIngress backend

    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d6d3212 View commit details
    Browse the repository at this point in the history
  6. fix(test) improve TLS TCP tests

    Travis Raines committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5c52def View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge branch 'main' into feat/tlspass

    Travis Raines committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2e09dc2 View commit details
    Browse the repository at this point in the history
  2. feat(tests) add test version gates

    Add an integration test feature to look up a test Kong instance's
    version via the admin API.
    
    Skip the TLS Passthrough test on versions older than 2.7.0.
    Travis Raines committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    047ca11 View commit details
    Browse the repository at this point in the history
  3. Revert "tmp(test) test against nightly"

    This reverts commit 760ab66.
    Travis Raines committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9084833 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. chore(deps) bump KTF to v0.11.0

    Travis Raines committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    190d6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d11c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. test(integration) flip version-dependent logic

    Run version-dependent tests regardless if the version is unknown.
    
    Add a TEST_KONG_VERSION_OVERRIDE envvar to manually specify the Kong
    version.
    Travis Raines committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c88133d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    877fbe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Merge branch 'main' into feat/tlspass

    Travis Raines committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d7ddf66 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Merge branch 'main' into feat/tlspass

    Travis Raines committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    caed744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e0fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab172b3 View commit details
    Browse the repository at this point in the history