Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-2457 revert acl check in endorser
https://jira.hyperledger.org/browse/FAB-2457 Currently there is no means to specify the policy to use for checking ACL for proposals. The default policy of > 50% admins would not work for most situations (unlike the committer side VSCC validations), especially dev/test situations. Its more reasonable to say "is this creator issuing proposal an admin" as opposed to "are there >50% admins signing off on this proposal". In any case this needs to be revisited. Till then propose we revert checkACL part of https://gerrit.hyperledger.org/r/#/c/6283/ to allow proposals through. Change-Id: I1dce8edfb4676975923017e7cfbd374b47f8c598 Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
- Loading branch information