Skip to content

Commit

Permalink
Cleanup: removing accesscontrol package
Browse files Browse the repository at this point in the history
This change-set does the following:

1. It removes the fabric/accesscontrol package.
The reason for removing that package is because
it is not compatible anymore with v1.
A side effect of this is that the chaincode examples
using that package have been removed as well.
At the current stage, a chaincode developer can perform
access control by reasoning about the creator of a proposal.

2. It removes the fabric/core/crypto package.
The accesscontrol package was the only one using
that package. Recall that all the crypto operation
are now performed using the BCCSP.

Change-Id: If222d353974cba1ec1bd7f5d5dc5451f9a455c18
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
  • Loading branch information
adecaro committed Apr 6, 2017
1 parent 685068d commit fd220f9
Show file tree
Hide file tree
Showing 59 changed files with 12 additions and 8,735 deletions.
31 changes: 0 additions & 31 deletions accesscontrol/api.go

This file was deleted.

48 changes: 0 additions & 48 deletions accesscontrol/api/authshim.go

This file was deleted.

274 changes: 0 additions & 274 deletions accesscontrol/attributes/attributes.go

This file was deleted.

Loading

0 comments on commit fd220f9

Please sign in to comment.