Skip to content

Commit 7123f77

Browse files
rennmanJonathanLevi
authored andcommitted
xnode-sdk: Test Updates for supporting TLS
changes required to test the fix for Fabric FAB-392 re-enable ACA+TLS unit test for node-sdk Updated getOptsFromOpts() in hfs.ts Updated eventHub setPeerAddr() in hfs.ts Added new tests: ../test/unit/member-api.js ../test/unit/getChain.js Change-Id: I3a1ad9a3f887720426ecd68de6bc4d1953f05eaf Signed-off-by: Allen Bailey <[email protected]>
1 parent 925f4d9 commit 7123f77

12 files changed

+2035
-467
lines changed

membersrvc/membersrvc.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ security:
2626

2727
# Either SHA2 or SHA3 (note: must be the exact same value as specified in the core.yaml file)
2828
hashAlgorithm: SHA3
29+
serverhostoverride:
30+
tls_enabled: false
31+
32+
client:
33+
cert:
34+
file:
35+
2936

3037
# The server host CN (Common Name) to be used (needs to match the TLS Server Certificate)
3138
serverhostoverride:

0 commit comments

Comments
 (0)