forked from hyperledger/fabric-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABG-965: Change MSP base option to v1.4.3 (hyperledger#78)
Validation of certificates generated by versions of Fabric >= 1.4.3 is failing because it is applying rules that have not been updated to support Node OU roles (see https://hyperledger-fabric.readthedocs.io/en/release-1.4/membership/membership.html#node-ou-roles-and-msps) Consequently transactions cannot be submitted to these later versions of Fabric. This commit updates to the latest msp validation version, and regenerates the certificates in the membership_test.go file to include the OU client role (new certificates have 10 year expiry as before). This has been tested against Fabric v1.4.6 and v2.1.1 Signed-off-by: andrew-coleman <[email protected]>
- Loading branch information
1 parent
fdb9508
commit 9338f54
Showing
2 changed files
with
36 additions
and
28 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