-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent/CLIcomponent/controlplanegood first issueGood for newcomersGood for newcomers
Description
chainloop wf run describe --id [...] -o json
is showing spurious information that no longer exists like id
and createdAt
. The reason they don't exist is because attestations are not stored in their own table anymore.
"attestation": {
"id": "",
"createdAt": "1970-01-01T00:00:00Z",
To fix that, we need to remove the fields from the client-side struct and deprecate/remove the properties in the API proto message as well.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent/CLIcomponent/controlplanegood first issueGood for newcomersGood for newcomers