Skip to content

TCP service: support authenticate client certificate by client ca cert #5605

@zwtop

Description

@zwtop

What is the problem you're trying to solve
The TCP service does not have authentication, anyone with the tcp address could connect to the service.

Describe the solution you'd like
Add options tcp_client_ca_cert, authenticate client certificate by client ca cert

type GRPCConfig struct {
Address string `toml:"address"`
TCPAddress string `toml:"tcp_address"`
TCPTLSCert string `toml:"tcp_tls_cert"`
TCPTLSKey string `toml:"tcp_tls_key"`

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions