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

Fix jaeger receiver to honor TLS config #2866

Merged
merged 6 commits into from
Apr 20, 2021

Commits on Apr 13, 2021

  1. Fix jaeger receiver HTTP to honor TLS config

    Add missing TLSConfig into jaeger reciever's configuration.
    
    Create TLS listener if TLS config is passed.
    
    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3bcf919 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    11f02a5 View commit details
    Browse the repository at this point in the history
  3. Use confighttp.HTTPServerSettings in receiver's configuration

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f6f07e9 View commit details
    Browse the repository at this point in the history
  4. Fix unittest

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8793e63 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>
    dstdfx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    67e69d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

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