You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
After registering grpc-xx services to Consul, how to support mTLS between services call?
The text was updated successfully, but these errors were encountered: