sigstore-rs icon indicating copy to clipboard operation
sigstore-rs copied to clipboard

feat: allow to create static instances of some objects

Open flavio opened this issue 1 year ago • 1 comments
trafficstars

Allow to create static instances of the cosign::Client, sigstore::trust::ManualTrustRoot.

The ability to create static instances of these objects can simplify the downstream consumers of this library.

The approach taken to create these static instance is the same used by rustls_pki_types::CertificateDer::into_owned

flavio avatar Apr 09 '24 16:04 flavio

Putting on hold, because of https://github.com/sigstore/sigstore-rs/pull/311. This is probably going to be closed

flavio avatar Apr 12 '24 12:04 flavio

Closing, this is no longer needed with the latest changes that landed into the main branch

flavio avatar May 23 '24 13:05 flavio