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

Does it support mTLS while registering services to Consul ? #378

Open
EddyChina opened this issue Sep 22, 2023 · 1 comment
Open

Does it support mTLS while registering services to Consul ? #378

EddyChina opened this issue Sep 22, 2023 · 1 comment

Comments

@EddyChina
Copy link

After registering grpc-xx services to Consul, how to support mTLS between services call?

@jvmlet
Copy link
Collaborator

jvmlet commented Sep 22, 2023

Consul is just a service registry, so any client asking the service tagged something will get the address of the service that fullfils thesomething requirements.
From the point the client got the address of the desired service its totally up to client and service to negotiate the conversation. So I don't think Consul is in play here, if I'm not missing something.
You should implemented tls/mtls using standard grpc api/grpc starter configuration properties.

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

No branches or pull requests

2 participants