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
currently chalk relies on cosign command for signing things. this is an external dependency which is outside of chalk control. ideally we should either use some library to achieve the same functionality or reimplement the core needs directly in nim
filing this ticket for tracking
currently there is some openssl code which is not compiled and its meant to be generating cosign keys:
in the cosign key material provider refactor will be removing it hence link here for future reference:
currently chalk relies on
cosign
command for signing things. this is an external dependency which is outside of chalk control. ideally we should either use some library to achieve the same functionality or reimplement the core needs directly in nimfiling this ticket for tracking
currently there is some openssl code which is not compiled and its meant to be generating cosign keys:
in the cosign key material provider refactor will be removing it hence link here for future reference:
chalk/src/attestation.nim
Lines 34 to 98 in 4af0d69
The text was updated successfully, but these errors were encountered: