Temporal Platform security features | Temporal Platform Documentation document mentions how a temporal cluster can use MTLS for services inside the cluster to talk to one another.
- I believe this means that temporal services like history/matching/frontend etc can be configured to use MTLS for service to service communication. Is that correct?
- Temporal for cluster management uses ringpop. Ringpop internally uses TChannel to perform gossiping amongst the hosts to maintain the membership details of the cluster. Is Ringpop/TChannel communication channel secure? Or is this using plain text over TCP?
- If TChannel isn’t secure, is there guidance on how to make the gossiping be over a secure channel?