hyperledger-labs/fabric-operations-console

Unable to associate identity from intermediate CA

varadgit opened this issue · 1 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