Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing instructions on how to create a proper identity for the explorer #485

Open
jeanmarc opened this issue Mar 4, 2024 · 1 comment
Labels

Comments

@jeanmarc
Copy link

jeanmarc commented Mar 4, 2024

What would you like to be added?

Currently, the installation instructions for blockchain explorer indicate that I need to copy the private key of my organisation to the explorer environment, to allow it to connect to the network.
From a security perspective, I prefer to have private keys present in at most one (1) location, and not share these keys between applications/components/containers that have different roles.

It would be appreciated if clear instructions are added on how to generate a new set of credentials that can be used by the explorer, instead of sharing the organisation admin key.

Why is this needed?

Security auditors will consider the replication of private keys as a security risk, which will make it much harder for us to get approvals for running hyperledger fabric based solutions.

@krriscode
Copy link
Contributor

krriscode commented Mar 14, 2024

Hi @jeanmarc
In order to connect the Explorer app with Fabric-network, it required private_key and signcerts of Fabric-User provided by MSP
you can use credentials of User in Explorer app instead of Admin credentials, to connect with Fabric-network.
(path ../fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/users/[email protected]/msp/keystore/prv_sk for test-network)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants