chainloop
chainloop copied to clipboard
"signature is invalid" error when trying to start attestation crafting
I hit an error when trying to start the attestation crafting process. The error is:
chainloop --debug attestation init
DBG loaded token from robot account
DBG Retrieving attestation definition
ERR rpc error: code = Unknown desc = signature is invalid
How I ended up in this situation:
- created a new workflow
- save robot account token
- update contract
- run attestation process in CI
It seemed the error came from my CI secret configuration. I added the wrong robot account. After creating a new robot account and updating my CI secret. Things started to work as expected.
Expected behavior: The error received could be more explicit about which signature is invalid.