You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change-set does the following:
1. It adds ACL checks to CC2CC invocation.
The checks are the following:
- If a system chaincode is invoked then the call is just authorized.
This assumes that the system chaincodes perform their own
access control.
- If a normal chaincode is invoked then it is checked that the
proposal's creator is a writer on the destination channel.
This change-set comes in the context of:
https://jira.hyperledger.org/browse/FAB-2103
Change-Id: I7d97fbcb7bc3016bdc235b28efab6c60f3da583c
Signed-off-by: Angelo De Caro <[email protected]>
0 commit comments