sigstore / sigstore-java

java clients for sigstore
Apache License 2.0
37 stars 20 forks source link

Rework signing initialization #671

Closed loosebazooka closed 5 months ago

loosebazooka commented 5 months ago

Make the signing clients configured with URIs instead of objects from the trusted_root.json. This code still uses the URIs from the trusted_root.json to populate those values, but this is a setup towards using the SigningConfiguration type that is coming in the future.