Skip to content

Commit c560c18

Browse files
committed
[FAB-4296] Document core.yaml gossip bootstrapPeers
Bootstrap peers need to be in the same org as the peer, or else there is a danger that the peer would send its internal endpoint to the bootstrap peer when it's in a different org. Change-Id: I5d7f3a5fb0ceec18035a470e92f45438d7a57307 Signed-off-by: Yacov Manevich <[email protected]>
1 parent 75294a9 commit c560c18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sampleconfig/core.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ peer:
7171

7272
# Gossip related configuration
7373
gossip:
74-
# Bootstrap set to initialize gossip with
74+
# Bootstrap set to initialize gossip with.
75+
# This is a list of peers that the peer reaches out to at startup.
76+
# Important: The endpoints here have to be endpoints of peers in the same
77+
# organization, because the connection establishment process to these peers
78+
# exposes the internal endpoint of this peer.
7579
bootstrap: 127.0.0.1:7051
7680

7781
# NOTE: orgLeader and useLeaderElection parameters are mutual exclusive

0 commit comments

Comments
 (0)