Skip to content

Commit

Permalink
[FAB-4122] Removing security enabled flag
Browse files Browse the repository at this point in the history
The security of fabric is now controlled by a set of configurable
policies, so the old security flag is no longer necessary.

Change-Id: I975afe3e366c877a696627cceb7a0404064fd83b
Signed-off-by: Binh Q. Nguyen <binhn@us.ibm.com>
  • Loading branch information
binhn committed May 23, 2017
1 parent 71f3ddc commit b8fd58a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 88 deletions.
49 changes: 0 additions & 49 deletions core/config.go

This file was deleted.

37 changes: 0 additions & 37 deletions core/config_test.go

This file was deleted.

3 changes: 1 addition & 2 deletions peer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
_ "net/http/pprof"

"github.com/hyperledger/fabric/common/flogging"
"github.com/hyperledger/fabric/core"
"github.com/hyperledger/fabric/core/config"
"github.com/hyperledger/fabric/peer/chaincode"
"github.com/hyperledger/fabric/peer/channel"
Expand Down Expand Up @@ -59,7 +58,7 @@ var mainCmd = &cobra.Command{
}
flogging.InitFromSpec(loggingSpec)

return core.CacheConfiguration()
return nil
},
Run: func(cmd *cobra.Command, args []string) {
if versionFlag {
Expand Down

0 comments on commit b8fd58a

Please sign in to comment.