Skip to content

Commit b8fd58a

Browse files
committed
[FAB-4122] Removing security enabled flag
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 <[email protected]>
1 parent 71f3ddc commit b8fd58a

File tree

3 files changed

+1
-88
lines changed

3 files changed

+1
-88
lines changed

core/config.go

-49
This file was deleted.

core/config_test.go

-37
This file was deleted.

peer/main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import (
2828
_ "net/http/pprof"
2929

3030
"github.com/hyperledger/fabric/common/flogging"
31-
"github.com/hyperledger/fabric/core"
3231
"github.com/hyperledger/fabric/core/config"
3332
"github.com/hyperledger/fabric/peer/chaincode"
3433
"github.com/hyperledger/fabric/peer/channel"
@@ -59,7 +58,7 @@ var mainCmd = &cobra.Command{
5958
}
6059
flogging.InitFromSpec(loggingSpec)
6160

62-
return core.CacheConfiguration()
61+
return nil
6362
},
6463
Run: func(cmd *cobra.Command, args []string) {
6564
if versionFlag {

0 commit comments

Comments
 (0)