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

[EXPORTER] OTLP GRPC mTLS support #2120

Merged
merged 9 commits into from
Jun 29, 2023

Commits on Jun 21, 2023

  1. Add support for client-side cert/key to gRPC exports.

    TODO: Add tests.
    
    I have not run or written any tests, other than verifying it worked once
    in my production system.
    kylepl committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    355def3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933e6c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Switch away from initializer lists because Windows complains. Also add

    "SSL" to the mTLS macros since evenetually there will be something named
    TLS on the gRPC side.
    kylepl committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6245fcd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix compilation failure.

    kylepl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4a5e770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df0faa View commit details
    Browse the repository at this point in the history
  3. Apply clang-format.

    kylepl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b764668 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors.

    kylepl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0dfacfc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Switch to just using WITH_OTLP_GRPC_SSL_MTLS_PREVIEW on one test that

    arleady has GRPC enabled on it.
    kylepl committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1eec89b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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