-
Notifications
You must be signed in to change notification settings - Fork 91
Test multiple orderer groups by assigning different orderer groups to separate channels for both v2 and v3 #589
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
Test multiple orderer groups by assigning different orderer groups to separate channels for both v2 and v3 #589
Conversation
… separate channels (v2) Signed-off-by: Osama Rabea <[email protected]>
Signed-off-by: Osama Rabea <[email protected]>
Signed-off-by: Osama Rabea <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
…orderer-groups Signed-off-by: Pereowei Daniel <[email protected]>
…orderer-groups Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
ca_cert="crypto-orderer/tlsca.<%= ordererGroups[0].ordererHeads[0].domain %>-cert.pem" | ||
ca_cert="crypto-orderer/tlsca.<%= channel.ordererGroup.ordererHeads[0].domain %>-cert.pem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, so that was the core issue, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(and the same thing a couple ot lines below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Co-authored-by: Jakub Dzikowski <[email protected]> Signed-off-by: Pereowei Daniel <[email protected]>
Signed-off-by: Pereowei Daniel <[email protected]>
No description provided.