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
The ID: property here represents the identity of a key on yubihsm. I think that yubihsm can import the same secret many times, and it will give a different ID to each (identical) secret. We could have signatory-cli enforce/prevent import of duplicate secrets, but that won't eliminate the possibility of having dupe keys. We should handle this some other way in signatory.
This issue also highlights an inconsistency in the Vault/Key abstraction around ID:. In yubi, ID is the identity of a specific key on the yubiHSM, but on ledger the ID is derived from the root key that is provisioned on the ledger.
I imported my baker key tz1TfGsL6o754mfxcntSzDDTh9RrjZVNocjP into Signatory twice.
using:
./signatory-cli import --config ./signatory.yaml --vault yubi
to see the list
./signatory-cli list
The text was updated successfully, but these errors were encountered: