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

How TLS communication between the Peers and Orderers is happening? #34

Open
rsbhardwaj opened this issue Mar 11, 2019 · 1 comment
Open
Labels
help wanted Extra attention is needed hlf-ord hlf-peer question Further information is requested

Comments

@rsbhardwaj
Copy link

Hi,
The Ingress is handling the TLS communication with the outside network as we have configured the domain SSL certs for it but within the network how the mutual TLS i.e. communication between peers-orderers, peers-peers and orderers-kafka brokers etc is taking place in Kubernetes?

@alexvicegrab
Copy link
Contributor

Between Orderers and Kafka, I have not set up, as I have assumed locality of the orderers to Kafka (usually with Kafka Helm chart).

As for TLS communication between peers/orderers, there are relevant TLS secrets and settings in the peer and orderers that can be attached and enabled respectively.

I have tried a few basic examples they work, and later will try to provide working examples. But this is where I could use some help from community contributions, as I don't have the bandwidth to do all myself.

@alexvicegrab alexvicegrab added help wanted Extra attention is needed question Further information is requested hlf-ord hlf-peer labels Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed hlf-ord hlf-peer question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants