Substra / hlf-k8s

Initializes an Hyperledger Fabric network (orchestrator distributed mode)
https://docs.substra.org
Apache License 2.0
31 stars 20 forks source link

Operators application channel #47

Closed AurelienGasser closed 4 years ago

AurelienGasser commented 4 years ago

@Kelvin-M

[DEBUG Send application channel update for MyOrg3 
go package net: GODEBUG setting forcing use of Go's resolver
2020-04-21 23:32:21.437 UTC [channelCmd InitCmdFactory -> INFO 001 Endorser and orderer connections initialized
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing channel 'mychannel': error authorizing update: error validating DeltaSet: policy for [Group  /Channel/Application not satisfied: implicit policy evaluation failed - 1 sub-policies were satisfied, but this policy requires 2 of the 'Admins' sub-policies to be satisfied
Kelvin-M commented 4 years ago

@Kelvin-M

  • Tested locally with 2 orgs: ✔️
  • with 3 orgs: it fails when adding the 3rd org to the application channel:
[DEBUG Send application channel update for MyOrg3 
go package net: GODEBUG setting forcing use of Go's resolver
2020-04-21 23:32:21.437 UTC [channelCmd InitCmdFactory -> INFO 001 Endorser and orderer connections initialized
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing channel 'mychannel': error authorizing update: error validating DeltaSet: policy for [Group  /Channel/Application not satisfied: implicit policy evaluation failed - 1 sub-policies were satisfied, but this policy requires 2 of the 'Admins' sub-policies to be satisfied

Yes, as we discussed, we should have a proposal signature strategy :)