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!(core): enable tls for grpc connection #3922

Closed
wants to merge 9 commits into from

Commits on Nov 5, 2024

  1. initial POC for grpc tls

    jhawk28 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d187ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. minor improvements to 3917

    vgonkivs committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e0f0fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb7bbe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    1117237 View commit details
    Browse the repository at this point in the history
  2. improve godoc

    vgonkivs committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    414fa5c View commit details
    Browse the repository at this point in the history
  3. fix lint

    vgonkivs committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3829eeb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix comment

    vgonkivs committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7bf3546 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. add core.TLSEnabled

    vgonkivs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    82c92e8 View commit details
    Browse the repository at this point in the history
  2. fix lint

    vgonkivs committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    06bab7b View commit details
    Browse the repository at this point in the history