Skip to content

Commit 50372c1

Browse files
committed
Removing security section from core.yaml
This change-set removes the security section from core.yaml because not needed anymore. The security configuration is demanded to the each module that can decide how and where to take the configuration from. An example, is the configuration of a channel that carries information about the hash function to be used. Change-Id: Ie2918bdb65413b35f207e40b1a6c8dac22f22a4d Signed-off-by: Angelo De Caro <[email protected]>
1 parent eab249d commit 50372c1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

peer/core.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -355,15 +355,3 @@ ledger:
355355
# historyDatabase - options are true or false
356356
# Indicates if the history of key updates should be stored in goleveldb
357357
historyDatabase: true
358-
359-
###############################################################################
360-
#
361-
# Security section - Applied to all entities (client, NVP, VP)
362-
#
363-
###############################################################################
364-
security:
365-
# Can be 256 or 384.
366-
level: 256
367-
368-
# Can be SHA2 or SHA3.
369-
hashAlgorithm: SHA2

0 commit comments

Comments
 (0)