hyperledger-labs / fabric-operations-console

A UI for managing Fabric peers, orderers, and CAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to associate identity from intermediate CA

varadgit opened this issue · comments

Create MSP with a intermediate CA
Create a peer using that MSP
Create identity using intermediate ca
Associate identity with the Peer (or Orderer) - the dropdown does not show identities from intermediate CA

We seem to only compare the root certs - https://github.com/hyperledger-labs/fabric-operations-console/blob/main/packages/apollo/src/components/PeerModal/PeerModal.js#L110
https://github.com/hyperledger-labs/fabric-operations-console/blob/main/packages/apollo/src/components/OrdererModal/OrdererModal.js#L304

merged