hyperledger-labs / fabric-operations-console

A UI for managing Fabric peers, orderers, and CAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fabric Operations Console setup issue - No applicable identities in wallet

harikoduru opened this issue · comments

Following instructions to setup Console.

Associate Identity

  • Switch to Nodes page and perform the following steps
  • Select peer "org1_peer1 - local"
  • Associate Identity
  • Select "Org1MSP Admin"

I keep getting this message: "There are no applicable identities in the wallet">

But I do have the Org1MSP Admin identity (that I am supposed to choose, per instructions) in the wallet. What am I missing?
Please see attached screenshots.
Thanks in advance.
wallet
org1-peer1-local

so that drop down gets populated by wallet identities that originate from a CA with a matching root cert for the MSP of this peer. is it possible you have imported/created identities from a previous setup run? if so those will not match, even though the actual MSP ID is the same (the root certs will not match)

You were absolutely correct. Cleaning up the volumes resolved the issue.
Thanks a bunch