You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Multitenancy ACAPY_Agent to Register DID to the ledger
(If I used http://localhost:9000 for register DID to ledger manually its working fine but I need to register using Admin API)
I created a Sub-wallet using /multitenancy/wallet got token as response
Using the Response token of subwallet API I created local DID using /wallet/did/create got DID and Verkey as response
Using DID and verkey I tried to register DID to ledger using admin API /ledger/register-nym I got an error with 403 Undocumented
The text was updated successfully, but these errors were encountered:
Hi bbmarley, in my opinion, you need a STEEWARD wallet already register on the ledger and use his BEARER to use the API /ledger/register-nym to register nym of others wallets
For aca-py to write to the ledger, it needs a DID in its wallet that is already registered on the ledger, with a role (like STEWARD or ENDORSER) with privileges to write to the ledger. The aca-py wallet's public DID is used to sign the transaction that is sent to the ledger. The error message wallet "mywallet" has no public DID means that your agent doesn't have a DID that can write to the ledger.
If you:
start up your agent with an already-registered DID (you can register the seed using http://localhost:9000 and then start your agent with the --seed parameter, this will create the DID in the aca-py wallet and then promote it as the public DID)
... then when you create a new DID, you can write to the ledger using the above endpoint.
Getting an error !!!
I'm using Multitenancy ACAPY_Agent to Register DID to the ledger
(If I used http://localhost:9000 for register DID to ledger manually its working fine but I need to register using Admin API)
/multitenancy/wallet
got token as response/wallet/did/create
got DID and Verkey as response/ledger/register-nym
I got an error with 403 UndocumentedThe text was updated successfully, but these errors were encountered: