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

cmd/thanos/receive: remote-write client+server TLS #1668

Merged
merged 1 commit into from
Oct 23, 2019

Commits on Oct 18, 2019

  1. cmd/thanos/receive: remote-write client+server TLS

    This commit gives the Thanos receive component the capability to use TLS
    in both the remote-write client and server. This means that Thanos
    receive can now authenticate all requests.
    
    In order to accomplish this change, this commit abstracts the majority
    of the logic of `defaultGRPCServerOpts` into a reusable func for gRPC
    and HTTP servers and creates a similar func for TLS client
    configurations.
    
    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    9d11e4c View commit details
    Browse the repository at this point in the history