|
Re: #hsm #raft Raft and HSM in the same network
#hsm
#raft
It was not implemented
From: "Jean-Gaël Dominé"<jgdomine@...>
To: fabric@...
Date: 12/06/2019 08:53 PM
Subject: [EXTERNAL] Re:[Hyperledger Fabric] #hsm #raft Raft and HSM in
It was not implemented
From: "Jean-Gaël Dominé"<jgdomine@...>
To: fabric@...
Date: 12/06/2019 08:53 PM
Subject: [EXTERNAL] Re:[Hyperledger Fabric] #hsm #raft Raft and HSM in
|
By
Yacov
·
#7338
·
|
|
Re: #hsm #raft Raft and HSM in the same network
#hsm
#raft
Thanks for the feedback.
But why is that? Technical limit? Something not implemented yet?
Because from what I understood, the private keys should not be directly on the component's file system and
Thanks for the feedback.
But why is that? Technical limit? Something not implemented yet?
Because from what I understood, the private keys should not be directly on the component's file system and
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7337
·
|
|
Re: #hsm #raft Raft and HSM in the same network
#hsm
#raft
You can't use HSM to store TLS keys.
From: "Jean-Gaël Dominé"<jgdomine@...>
To: fabric@...
Date: 12/06/2019 03:55 PM
Subject: [EXTERNAL] [HyperledgerFabric] #hsm #raft Raft
You can't use HSM to store TLS keys.
From: "Jean-Gaël Dominé"<jgdomine@...>
To: fabric@...
Date: 12/06/2019 03:55 PM
Subject: [EXTERNAL] [HyperledgerFabric] #hsm #raft Raft
|
By
Yacov
·
#7336
·
|
|
#hsm #raft Raft and HSM in the same network
#hsm
#raft
Hi everyone,
I'm currently trying to set up a network using Raft and HSM. Before adding HSM, everything was correctly working.
But when adding HSM, the private keys are not mounted on the containers
Hi everyone,
I'm currently trying to set up a network using Raft and HSM. Before adding HSM, everything was correctly working.
But when adding HSM, the private keys are not mounted on the containers
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7335
·
|
|
Re: Enabling channel Capabilities for existing network
As it says in the Kafka to Migration doc:
While in maintenance mode, normal transactions, config updates unrelated to migration, and Deliver requests from the peers used to retrieve new blocks are
As it says in the Kafka to Migration doc:
While in maintenance mode, normal transactions, config updates unrelated to migration, and Deliver requests from the peers used to retrieve new blocks are
|
By
Joe Alewine <joe.alewine@...>
·
#7334
·
|
|
Private data : issues and problems
#fabric
#fabric-questions
#fabric-dstorage
Hi Vipin,
I was on vacation for a few weeks and I am now starting a new topic regarding the private data design since we are no longer talking about the original security issue (unsalted hash).
Chain
Hi Vipin,
I was on vacation for a few weeks and I am now starting a new topic regarding the private data design since we are no longer talking about the original security issue (unsalted hash).
Chain
|
By
Ivan Ch <acizlan@...>
·
#7333
·
|
|
Enabling channel Capabilities for existing network
Hello There,
I have a running network with version(1.4.0), and Network has no channel capabilities defined.
I want to migrate network to RAFT, can I add channel capabilities in configuration
Hello There,
I have a running network with version(1.4.0), and Network has no channel capabilities defined.
I want to migrate network to RAFT, can I add channel capabilities in configuration
|
By
Adhav Pavan
·
#7332
·
|
|
Re: Migration from Gerrit: Help with JQ and Git needed
All,
The final repo has moved to GitHub and I have extracted the JSON and mirrored all of the repos.
https://github.com/hyperledger-gerrit-archive
Please take a look.
Ry--
Ry Jones
Community
All,
The final repo has moved to GitHub and I have extracted the JSON and mirrored all of the repos.
https://github.com/hyperledger-gerrit-archive
Please take a look.
Ry--
Ry Jones
Community
|
By
Ry Jones
·
#7331
·
|
|
Documentation Workgroup: Agenda for Friday, 06 December
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.
As is now usual,you can read the summary minutes for previous calls:
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.
As is now usual,you can read the summary minutes for previous calls:
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7330
·
|
|
Re: Relation between no. of. Blocks / Amount of data stored in DB vs Disk writes
#fabric
#fabric-questions
Hi Prasanth,
This phenomenon might occur due to the leveldb compaction -- https://github.com/google/leveldb/blob/master/doc/impl.md
If you plot the complete time-series data and compare it
Hi Prasanth,
This phenomenon might occur due to the leveldb compaction -- https://github.com/google/leveldb/blob/master/doc/impl.md
If you plot the complete time-series data and compare it
|
By
Senthil Nathan
·
#7329
·
|
|
Relation between no. of. Blocks / Amount of data stored in DB vs Disk writes
#fabric
#fabric-questions
Hi,
I have the following setup:
Hardware: CPU:Intel Xeon E3-1245 v5 - 3.5 GHz - 4 core(s)RAM:32GB - DDR3Hard Drive(s):3x 256GB (SSD SATA) (RAID 0)Network Bandwidth:Unmetered @ 1GbpsOSUbuntu
Hi,
I have the following setup:
Hardware: CPU:Intel Xeon E3-1245 v5 - 3.5 GHz - 4 core(s)RAM:32GB - DDR3Hard Drive(s):3x 256GB (SSD SATA) (RAID 0)Network Bandwidth:Unmetered @ 1GbpsOSUbuntu
|
By
Prasanth Sundaravelu
·
#7328
·
|
|
Fail to start orderer
#raft
We have 5 orderers. We stop one of them and start it again. We get the following error. Any idea?
2019-12-05 09:27:01.096 UTC [orderer.consensus.etcdraft] becomeFollower -> INFO 057 1 became
We have 5 orderers. We stop one of them and start it again. We get the following error. Any idea?
2019-12-05 09:27:01.096 UTC [orderer.consensus.etcdraft] becomeFollower -> INFO 057 1 became
|
By
pwong00710@...
·
#7327
·
|
|
Re: identity authentication
Hi,
If you are going to have different credentials for different users and using those keys to connect to the blockchain network (via SDK), then you can use cid package in chaincode to read the
Hi,
If you are going to have different credentials for different users and using those keys to connect to the blockchain network (via SDK), then you can use cid package in chaincode to read the
|
By
Prasanth Sundaravelu
·
#7326
·
|
|
回复:[Hyperledger Fabric] identity authentication
hello Robert,
more specificly,I want to authenticate requestor id in chaincode. this provide more freedom for enduser.
thank you.
regards.
qsmeng
-------- 原始邮件 --------
发件人: Robert
hello Robert,
more specificly,I want to authenticate requestor id in chaincode. this provide more freedom for enduser.
thank you.
regards.
qsmeng
-------- 原始邮件 --------
发件人: Robert
|
By
qs meng <qsmeng@...>
·
#7325
·
|
|
Re: identity authentication
Hello Robert,
Thank you for the reply. My initial idea is to add an API through which the ID of the requestor is passed to Fabric, and the id is authenticated by Fabric MSP.
I will read the link
Hello Robert,
Thank you for the reply. My initial idea is to add an API through which the ID of the requestor is passed to Fabric, and the id is authenticated by Fabric MSP.
I will read the link
|
By
qs meng <qsmeng@...>
·
#7324
·
|
|
Re: identity authentication
Hello.
I had a similar situation earlier this year.
The Fabric SDKs contain support for maintaining a credential wallet that holds end user's HLF credentials.
If you have an architecture similar
Hello.
I had a similar situation earlier this year.
The Fabric SDKs contain support for maintaining a credential wallet that holds end user's HLF credentials.
If you have an architecture similar
|
By
Robert Broeckelmann
·
#7323
·
|
|
回复:[Hyperledger Fabric] identity authentication
hi Nicholas,
the identity be authentocated by fabric. if the kong runs outside the fabric, its result of ID authenticate is not accepted by fabric.
I want to authenate the requestor in the
hi Nicholas,
the identity be authentocated by fabric. if the kong runs outside the fabric, its result of ID authenticate is not accepted by fabric.
I want to authenate the requestor in the
|
By
qs meng <qsmeng@...>
·
#7322
·
|
|
New Fabric Developer Certification - Beta testers needed!
The Hyperledger Fabric Developer (CHFD) exam is scheduled to launch in late Q1 2020 and we are now looking for Beta testers. Interested parties should complete the CHFD Beta Sign-up Form by January
The Hyperledger Fabric Developer (CHFD) exam is scheduled to launch in late Q1 2020 and we are now looking for Beta testers. Interested parties should complete the CHFD Beta Sign-up Form by January
|
By
Silona Bonewald <sbonewald@...>
·
#7321
·
|
|
Re: Where i can find documentation about HL-Fabric protobufs structure and GRPC communications between nodes?
#fabric
#grpc
#network
Look in http://www.bchainledger.com/2017/04/under-construction-hyperledger-fabric.html
From: "Aleksandr Kochetkov"<aleksandr.kochetkov@...>
To: fabric@...
Date: 12/03/2019 12:46
Look in http://www.bchainledger.com/2017/04/under-construction-hyperledger-fabric.html
From: "Aleksandr Kochetkov"<aleksandr.kochetkov@...>
To: fabric@...
Date: 12/03/2019 12:46
|
By
Yacov
·
#7320
·
|
|
Re: Kafka and zookeepers persistent data
#kafka
#fabric
https://stackoverflow.com/a/50289394/6160507
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550 King St
Littleton, MA 01460
Cell:
https://stackoverflow.com/a/50289394/6160507
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM Blockchain
IBM Middleware
550 King St
Littleton, MA 01460
Cell:
|
By
Gari Singh <garis@...>
·
#7319
·
|