-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-8749 NodeSDK - all EventHub to use admin
Allow the legacy EventHub to be able to use the admin identity if it has been set on the client. Allow the connect to be called after a registration. Change-Id: I582e5e92b7656f24153e154bbb40070e91f200f8 Signed-off-by: Bret Harrison <[email protected]>
- Loading branch information
Showing
5 changed files
with
154 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,26 +40,27 @@ organizations: | |
path: test/fixtures/channel/crypto-config/peerOrganizations/org2.example.com/users/[email protected]/keystore/5a983ddcbefe52a7f9b8ee5b85a590c3e3a43c4ccd70c7795bec504e7f74848d_sk | ||
signedCert: | ||
path: test/fixtures/channel/crypto-config/peerOrganizations/org2.example.com/users/[email protected]/signcerts/[email protected] | ||
|
||
orderers: | ||
orderer.example.com: | ||
url: grpcs://localhost:7050 | ||
grpcOptions: | ||
ssl-target-name-override: orderer.example.com | ||
grpc-max-send-message-length: 15 | ||
|
||
tlsCACerts: | ||
path: test/fixtures/channel/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tlscacerts/example.com-cert.pem | ||
|
||
peers: | ||
peer0.org1.example.com: | ||
url: grpcs://localhost:7051 | ||
eventUrl: grpcs://localhost:7053 | ||
grpcOptions: | ||
ssl-target-name-override: peer0.org1.example.com | ||
grpc.http2.keepalive_time: 15 | ||
tlsCACerts: | ||
path: test/fixtures/channel/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tlscacerts/org1.example.com-cert.pem | ||
|
||
peer0.org2.example.com: | ||
url: grpcs://localhost:8051 | ||
eventUrl: grpcs://localhost:8053 | ||
grpcOptions: | ||
ssl-target-name-override: peer0.org2.example.com | ||
tlsCACerts: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.