Skip to content

Add an "mtls" mode for connection.#29

Open
hamishimac wants to merge 3 commits into
grpc-ecosystem:mainfrom
hamishimac:grpcdebug-mtls-mode
Open

Add an "mtls" mode for connection.#29
hamishimac wants to merge 3 commits into
grpc-ecosystem:mainfrom
hamishimac:grpcdebug-mtls-mode

Conversation

@hamishimac
Copy link
Copy Markdown

This mode support mutual TLS on the GRPC transport connection. This "mtls" mode required a credential_file (certificate), a key_file (encryption key for the certificate), and a trust_file (the trust sources for the credential certificate).

These new files can be specified in a config file or on the command line.

Hamish Macdonald added 3 commits December 17, 2025 13:29
This mode support mutual TLS on the GRPC transport connection.
This "mtls" mode required a credential_file (certificate), a key_file
(encryption key for the certificate), and a trust_file (the trust
sources for the credential certificate).

These new files can be specified in a config file or on the command
line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant